WIP: can deploy?

This commit is contained in:
2026-07-29 00:30:37 -04:00
parent 8f5c499ee2
commit 4a6732798a
31 changed files with 803 additions and 739 deletions
+12
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>By Other Means Control Timer</title>
</head>
<body class="bg-slate-900 text-slate-100">
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>