feat: Projektgeruest und Spec-Grundlagen

This commit is contained in:
vchuser
2026-07-28 14:11:54 +02:00
parent 82898a1539
commit 3aa54d6c78
8 changed files with 1239 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<base href="./" />
<title>RAM-Sortierhilfe</title>
<link rel="stylesheet" href="src/styles.css" />
</head>
<body>
<main id="app"></main>
<script type="module" src="src/main.js"></script>
</body>
</html>