Newer
Older
2021-AkakiRina / map / saisyu.html
@Akaki Rina Akaki Rina on 28 Jan 2022 636 bytes Update saisyu.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>escape</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="../map/gps/gps-chase.js"></script>
<style type="text/css">
<!--
div#gpsmap {width: 90vw; height: 75vw; margin: auto;}
-->
</style>
</head>
 
<body>
<h1>aaaaa<span id="title"></span></h1>
<p>
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
<a href="../map/gps/gps-chase.js">src</a>
</p>
<div id="gpsmap"></div>
<div id="mymap"></div>
 
 
</body>
</html>