Files
mapknitter/index.html
Jeffrey Warren 7be289779a Create 404.html with redirects (#1889)
* Create 404.html with redirects

* Create index.html
2025-09-06 03:26:01 -04:00

24 lines
957 B
HTML

<!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>