ui aanpassing, debug scherm weg

This commit is contained in:
kodi
2026-03-08 09:18:20 +01:00
parent e10082e1bc
commit d7f97b2a77
7 changed files with 66 additions and 34 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rename MVP Debug</title>
<link rel="stylesheet" href="/static/styles.css" />
</head>
<body>
<header class="topbar">
<h1>Rename MVP Debug</h1>
</header>
<main class="debug-page">
<pre id="outputBox">Debug output is available here when needed.</pre>
</main>
</body>
</html>