feat: skeleton

This commit is contained in:
2026-07-27 10:16:03 -04:00
parent bd3f0d99ee
commit 6bc16cb135
8 changed files with 365 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pot Patrol</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<script type="module" src="./src/main.js"></script>
</body>
</html>