calorie-ai-android/web/index.html
Daniel 5837b1c8dc
All checks were successful
Android CI / build (push) Successful in 28s
Web CI / test (push) Successful in 48s
Revamp web app with Svelte and Tailwind
2026-05-19 18:53:03 +02:00

13 lines
354 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calorie AI</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>