twitch-bot/editor/index.html
Knut Ahlers d6954c8abe
gootstrap new layout
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-08-27 00:23:54 +02:00

23 lines
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>