mirror of
https://github.com/mblanke/dopewars-2025.git
synced 2026-03-01 04:40:22 -05:00
Add initial HTML structure for Dope Wars 2025
This commit is contained in:
11
frontend/index.html
Normal file
11
frontend/index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user