2020-01-29 00:21:53 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Tilorswift</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
<script type="module" src="js/module.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-01-30 20:51:29 +01:00
|
|
|
<div id="tileset"></div>
|
|
|
|
<div id="map"></div>
|
2020-01-29 00:21:53 +01:00
|
|
|
</body>
|
|
|
|
</html>
|