1712
|
1 <!DOCTYPE html>
|
|
2 <html lang="ja">
|
|
3 <head>
|
|
4 <!--<meta neme="viewport" content="width-device-width">-->
|
|
5 <title>MinatoGO</title>
|
|
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7 <link rel="stylesheet" href="../src/leaflet.css" />
|
|
8 <script src="../src/leaflet.js"></script>
|
|
9
|
|
10 <style type="text/css">
|
|
11 <!--
|
|
12 div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}
|
|
13 -->
|
|
14 </style>
|
|
15 </head>
|
|
16
|
|
17 <body>
|
|
18 <h1>目的地に行こう!!</h1>
|
|
19 <h2 id="info">STARTでゲームが始まるよ!</h2>
|
|
20 <div id ="time"></div>
|
|
21 <div id ="countdown"></div>
|
|
22 <button id="str" type="button">START</button>
|
|
23 <button id="stp" type="button">STOP</button>
|
|
24 <button id="clr" type="button">CLEAR</button>
|
|
25 <p id="serif"></p>
|
|
26 <div id="mymap"></div>
|
|
27 <script type="text/javascript" src="./basyo.js" charset="utf-8"></script>
|
|
28 <script type="text/javascript" src="./catgps2.js" charset="utf-8"></script>
|
|
29
|
|
30 </body>
|
|
31 </html>
|