Newer
Older
2021-kodama / map / gps / gps-chase.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>クイズをしよう!</title>
<link rel="stylesheet" type="text/css" href="../src/leaflet.css">
<script type="text/javascript" src="../src/leaflet.js"></script>
<script type="text/javascript" src="gps-chase.js"></script>
<style type="text/css">
<!--
div#gpsmap {width: 90vw; height: 75vw; margin: auto;}
body{background: #f4a460;}
-->
</style>
</head>

<body>
<h1>どこかにクイズがあるよ!<span id="title"></span></h1>
<h2>スタートを押してクイズを探そう!</h2>
<p>
<p>
<label>入力欄:<input type="text" id="mytext" value="0"></label>
<button id="checkButton" type="button" class="zoom">送信</button>
<p><span id="msg"></span>
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
</p>
<div id="gpsmap"></div>


</body>
</html>