18 lines
467 B
HTML
18 lines
467 B
HTML
<!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>
|