first commit

This commit is contained in:
33333-33333 2026-05-20 13:50:56 +09:00
commit 32398c13e8
9 changed files with 4125 additions and 0 deletions

18
test.html Normal file
View file

@ -0,0 +1,18 @@
<!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>