Mercurial > hgrepos > hgweb.cgi > skipweb
view event/oasis2017/gpsquiz/minato/oasis.html @ 1712:afcc7ed107e7
Add GPS quiz program
author | houtin <c115080@g.koeki-u.ac.jp> |
---|---|
date | Fri, 28 Jul 2017 15:20:41 +0900 |
parents | |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="ja"> <head> <!--<meta neme="viewport" content="width-device-width">--> <title>MinatoGO</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="../src/leaflet.css" /> <script src="../src/leaflet.js"></script> <style type="text/css"> <!-- div#mymap {width: 90vw; height: 80vh; margin: 0 auto;} --> </style> </head> <body> <h1>目的地に行こう!!</h1> <h2 id="info">STARTでゲームが始まるよ!</h2> <div id ="time"></div> <div id ="countdown"></div> <button id="str" type="button">START</button> <button id="stp" type="button">STOP</button> <button id="clr" type="button">CLEAR</button> <p id="serif"></p> <div id="mymap"></div> <script type="text/javascript" src="./basyo.js" charset="utf-8"></script> <script type="text/javascript" src="./catgps2.js" charset="utf-8"></script> </body> </html>