2019-07-09 19:51:30 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2019-07-23 16:53:58 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
2019-07-14 18:05:23 +00:00
|
|
|
<title>CCCamp19 map of milliways</title>
|
2019-07-09 19:51:30 +00:00
|
|
|
<link rel="stylesheet" href="./main.css" type="text/css">
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="map"></div>
|
|
|
|
<script src="./main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|