First Commit

This commit is contained in:
evanpelle
2024-08-04 19:51:23 -07:00
commit 05f55c490f
53 changed files with 15862 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Warfront</title>
</head>
<body>
<h1>Warfront</h1>
<button id="startButton">Start Game</button>
<div id="game-setup">
<div id="lobbies-container">
<h2>Available Lobbies</h2>
<!-- Lobby buttons will be inserted here -->
</div>
</div>
</body>
</html>