Initial commit

App works locally. No intention to bring this live.
This commit is contained in:
2026-04-23 16:35:12 -04:00
commit de3ab5d2a6
12 changed files with 1975 additions and 0 deletions

13
static/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tafa</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/static/app.js"></script>
</body>
</html>