whoops forgot to indent Index.html

This commit is contained in:
Darkages
2026-06-14 17:59:50 -07:00
parent b2b028a662
commit 35aa478609
+6 -6
View File
@@ -5,14 +5,14 @@ metadata:
data:
index.html: |
<!DOCTYPE html>
<html lang="en">
<head>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Celestial Hierarchy - Human Engine</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</head>
<body>
<!-- Hamburger Button -->
<button class="hamburger-btn" onclick="toggleSidePanel()">
@@ -376,5 +376,5 @@ data:
</div>
<script src="game.js"></script>
</body>
</html>
</body>
</html>