Dateien nach "frontend" hochladen

This commit is contained in:
2026-04-21 12:09:42 +00:00
parent 1a69ca01fc
commit 45158b8c4d
4 changed files with 55 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Triage-Fragen</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>