Newer
Older
2021-AkakiRina / map / saisyuu.html
@Akaki Rina Akaki Rina on 17 Jan 2022 573 bytes change
<!DOCTYPE html>
    <html lang="ja">
    <head>
    <title>last</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="saisyu.js"></script>
    <style type="text/css">
    <!--
    div#gpsmap {width: 90vw; height: 75vw; margin: auto;}
    -->
    </style>
    </head>
     
    <body>
	<p>
	<button id="start" type="button">START</button>
	<button id="stop" type="button">STOP</button>
	</p>
	<div id="gpsmap"></div>
    </body>
    </html>