Add initial HTML structure for Dope Wars 2025

This commit is contained in:
2025-12-24 13:44:21 -05:00
committed by GitHub
parent 39a4e8db83
commit 80daa9e3ae

11
frontend/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Dope Wars 2025</title>
</head>
<body>
<h1>Dope Wars 2025</h1>
<p>World loading…</p>
</body>
</html>