feat: add UI prototype v8d source files (index.html, app.compiled.js, interactions.js, style.css)

This commit is contained in:
2026-07-13 09:51:03 +02:00
parent afe6d0a168
commit be5a339b32
4 changed files with 7711 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>ERP Nutzfahrzeuge - Prototyp</title>
<link rel="stylesheet" href="style.css?v=8d">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="interactions.js?v=8d"></script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="root"></div>
<script src="app.compiled.js?v=8d"></script>
</body>
</html>