<!DOCTYPE html>
<html lang="ja">
<head>
<title>The bomb destoyer</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>Neutralize the threat in area!!!</h1>
<div id="mymap"></div>
<p>
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
<a href="../test/test.js">test</a>
</p>
<script type="text/javascript" src="test.js" charset="utf-8"></script>
</body>