Files
calorie-tracker/index.html

12 lines
305 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svelte-Tauri</title>
</head>
<body id="app" class="overflow-hidden">
<script type="module" src="/src/main.ts"></script>
</body>
</html>