mr-crocs-adventures/tilorswift/index.html

15 lines
305 B
HTML
Raw Normal View History

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="map"></div>
<div id="menu">
<div id="tileset"></div>
</div>
2020-01-29 00:21:53 +01:00
</body>
</html>