2021-12-06 16:25:19 +00:00
|
|
|
<!doctype html>
|
2024-06-13 10:41:40 +00:00
|
|
|
<html lang="en" data-bs-theme="dark">
|
2021-09-22 13:36:45 +00:00
|
|
|
|
2024-06-13 10:41:40 +00:00
|
|
|
<head>
|
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 href="editor/app.css" rel="stylesheet">
|
2021-09-22 13:36:45 +00:00
|
|
|
|
|
|
|
<style>
|
2024-06-13 10:41:40 +00:00
|
|
|
[v-cloak] {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-09-22 13:36:45 +00:00
|
|
|
</style>
|
2024-06-13 10:41:40 +00:00
|
|
|
</head>
|
2021-09-22 13:36:45 +00:00
|
|
|
|
2024-06-13 10:41:40 +00:00
|
|
|
<body>
|
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>
|
2024-06-13 10:41:40 +00:00
|
|
|
</body>
|
2021-12-06 16:25:19 +00:00
|
|
|
|
2024-06-13 10:41:40 +00:00
|
|
|
</html>
|