foxfiles/frontend/index.html
2024-02-01 21:32:10 +01:00

12 lines
254 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
</head>
<body>
<div id="app"></div>
{{.RenderTags}}
</body>
</html>