14 lines
366 B
HTML
Raw Normal View History

2024-05-08 11:26:36 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-05-09 21:01:13 -04:00
<title>Personal Tracker</title>
2024-05-08 11:26:36 -04:00
</head>
<body>
2024-05-09 21:01:13 -04:00
<noscript>Javascript is required for this website</noscript>
2024-05-08 11:26:36 -04:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>