-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 957 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8"/>
<title>MapKnitter | static archive</title>
<link rel="stylesheet" href="https://jywarren.github.io/markdown-pages/node_modules/spectre-markdown.css/dist/markdown.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora">
<link rel="stylesheet" href="https://jywarren.github.io/markdown-pages-template/style.css">
</head>
<body>
<header>
<a href="#">MapKnitter</a>
</header>
<div class="md-pages markdown-css responsive"></div>
Redirecting to <a href="https://publiclab.github.io/Leaflet.DistortableImage/examples/archive/">https://publiclab.github.io/Leaflet.DistortableImage/examples/archive/</a> ...
<script>
window.location = "https://publiclab.github.io/Leaflet.DistortableImage/examples/archive/";
</script>
</body>
</html>