Files
by-other-means/index.html
T
2026-07-29 00:30:37 -04:00

13 lines
334 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"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>