map/test.html
2026-05-20 15:02:37 +09:00

18 lines
558 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Prefecture Map Generator v17 Tests</title>
<style>
body { font-family: ui-sans-serif, system-ui, sans-serif; background: #111; color: #eee; padding: 24px; }
pre { background: #222; border-radius: 8px; padding: 16px; white-space: pre-wrap; }
.ok { color: #9fdf9f; }
.ng { color: #ff9f9f; }
</style>
</head>
<body>
<h1>Tests</h1>
<pre id="result">Running...</pre>
<script type="module" src="./test.js"></script>
</body>
</html>