This commit is contained in:
NuklearRabbit
2026-07-24 20:29:23 +02:00
commit 66060348da
107 changed files with 14771 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light" />
<title>ForgeFlow</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="app" aria-live="polite">
<div class="boot-screen">
<div class="brand-mark">F</div>
<strong>Starting ForgeFlow</strong>
<span>Checking Git and local configuration…</span>
</div>
</div>
<div id="toast-root" class="toast-root" aria-live="assertive"></div>
<script src="mock-bridge.js"></script>
<script defer src="app.js"></script>
</body>
</html>