Newer
Older
2022-togashi / system / nazotoki / home.html
@Yuto Togashi Yuto Togashi on 12 Jul 2022 389 bytes add resume on 7/12
<!DOCTYPE html>
<html lang="ja">
<head>
    <title>庄内謎解きゲーム</title>
    <link rel="stylesheet" type="text/css" href="nazotoki.css">
    <script type="text/javascript" src="position.js"></script>
</head>

<body>
<h1>庄内謎解きゲーム</h1>
<button onclick="test()">test</button>
<button onclick="clear()">clear</button>

<pre id="position_view"></pre>

</body>
</html>