Files
Red-Bull-Tracker/index.html
T
Ned Halksworth a9a35cc751 intial commit
2026-05-15 21:36:13 +01:00

17 lines
474 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A local-first Red Bull intake web app for tracking cans, spending, caffeine, sugar, flavours, and trends."
/>
<title>Red Bull Intake Tracker</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>