first commit
This commit is contained in:
commit
32398c13e8
9 changed files with 4125 additions and 0 deletions
18
test.html
Normal file
18
test.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue