Files
ForgeBucket/web/dist/index.html
2026-05-06 23:13:06 +02:00

15 lines
390 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ForgeBucket</title>
</head>
<body>
<div id="root"></div>
<p style="font-family:sans-serif;padding:2rem">
Frontend not built yet — run <code>make build</code> or <code>make dev</code>.
</p>
</body>
</html>