This commit is contained in:
Heidi
2026-05-15 00:15:40 +01:00
parent ba8755fc84
commit 6b2e15f7bf
11 changed files with 3407 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1e0618" />
<title>Toothless' Bot Home</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>