Files
tam3/webapp/src/app.html

13 lines
331 B
HTML
Raw Normal View History

2025-09-20 15:50:29 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-10-03 18:02:40 -04:00
<link rel="manifest" href="manifest.json">
2025-09-20 15:50:29 -04:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>