- Design-System der d4rkst3r-platform übernommen: Neon-Gelb/Orange auf Schwarz, Bebas Neue + Barlow Condensed + Share Tech Mono (selbst gehostet) - Noise- + Scanline-Overlay, aufsteigende Partikel, Grid-PageHeader mit Ghost-Text - EcoGame-Branding entfernt — Seite ist jetzt projekt-neutral nutzbar - Nav mit D4RKST3R-Wortmarke (3R in Orange), Mono-Navigation, Login als Neon-Outline - Im Browser verifiziert (Devlogs + Commits) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
421 B
HTML
14 lines
421 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>D4RKST3R // DEVLOG</title>
|
|
<meta name="description" content="D4RKST3R — Devlog-Archiv & Commit-Feed." />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|