Newer
Older
2021-misato / map / gps / final.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="final.js"></script>
<style type="text/css">
<!--
div#gpsmap {width: 90vw; height: 75vw; margin: auto;}
body{background: #F2DDC1;}
-->
</style>
</head>

<body>
<h1>観光地巡りツアーへようこそ!<span id="title"></span></h1>
<p>
<button id="start" type="button">出発!</button>
<button id="stop" type="button">休憩!</button>
<a href="../src/final.js">src</a>
</p>
<div id="gpsmap"></div>


</body>
</html>