Migrate website to Vite

This commit is contained in:
2026-06-24 18:11:07 +02:00
parent b1142cf776
commit 9086e48cea
7 changed files with 808 additions and 24 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
name="description"
content="Eine bewusst im Stil von 2010 gestaltete Retro-Website mit glänzenden Panels, Sidebar-Widgets und nostalgischem Web-Charme."
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="page-shell">
@@ -145,6 +144,6 @@
<p class="footer-note">Optimiert für ein Gefühl von 2010, nicht für Browser mit zu viel Minimalismus.</p>
</footer>
</div>
<script src="script.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>