Silly task tracker to track silly things for silly friend
silly.bwc9876.dev
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <link rel="icon" href="/favicon.ico" />
7 <title>Silly Tracker</title>
8 <script type="module" src="/src/main.tsx"></script>
9 </head>
10 <body id="root"></body>
11</html>