Files
2026-07-29 04:02:16 -04:00

13 lines
360 B
HTML

<!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" class="container mx-auto"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>