mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
23 lines
No EOL
412 B
HTML
23 lines
No EOL
412 B
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Twitch-Bot: Config-Editor</title>
|
|
|
|
<link href="editor/app.css" rel="stylesheet">
|
|
|
|
<style>
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" v-cloak></div>
|
|
|
|
<script src="editor/app.js"></script>
|
|
</body>
|
|
|
|
</html> |