18 lines
557 B
HTML
18 lines
557 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Prefecture Map Generator v7 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>
|