This commit is contained in:
sam 2024-02-01 21:32:10 +01:00
commit a8dff99ff0
26 changed files with 2312 additions and 0 deletions

12
frontend/index.html Normal file
View file

@ -0,0 +1,12 @@
<!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>