<!DOCTYPE html>
<html lang="ja">
<head>
<title>GNSS</title>
<link rel="stylesheet" type="text/css" href="leaflet.css" >
<script type="text/javascript" src="leaflet.js"></script>
<script type="text/javascript" src="1218kadai.js"></script>
<style>
#locationmap {
width: 90vw;
height: 75vw;
margin: auto;
}
#controls {
text-align: center;
margin: 10px;
}
</style>
</head>
<body>
<h1>GNSS<span id="title"></span></h1>
<div id="controls">
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
</div>
<div id="locationmap"></div>
</body>
</html>
l