mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
18 lines
411 B
HTML
18 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>
|