mr-crocs-adventures/tilorswift/index.html

14 lines
324 B
HTML
Raw Permalink Normal View History

2020-01-29 00:21:53 +01:00
<!DOCTYPE html>
2020-02-04 21:42:14 +01:00
<html lang="de">
2020-01-29 00:21:53 +01:00
<head>
<meta charset="UTF-8">
<title>Tilorswift</title>
<link rel="stylesheet" type="text/css" href="style.css">
2023-09-16 11:43:55 +02:00
<link rel="shortcut icon" type="image/png" href="favicon.png">
<script type="module" src="js/module.js" defer></script>
2020-01-29 00:21:53 +01:00
</head>
<body>
2020-01-30 20:51:29 +01:00
<div id="map"></div>
2020-01-29 00:21:53 +01:00
</body>
2023-09-16 11:43:55 +02:00
</html>