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