twitch-bot/editor/index.html

19 lines
411 B
HTML

<!doctype html>
<html lang="de">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Twitch-Bot: Config-Editor</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="editor/app.css" rel="stylesheet">
<style>
[v-cloak] { display: none; }
</style>
<div id="app" v-cloak></div>
<script src="editor/app.js"></script>
</html>