add meshkit map

This commit is contained in:
DrBroiler 2021-05-26 02:10:33 +02:00
parent 33be3a8ba3
commit 70e732b521
3 changed files with 27 additions and 0 deletions

3
content/gluon.md Normal file
View File

@ -0,0 +1,3 @@
---
type: "gluon"
---

View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
{{- partial "head.html" . -}}
</head>
<body class="is-preload">
<div id="page-wrapper">
{{- partial "header.html" . -}}
<script type="text/javascript">
$(document).ready(function() {
if(window.location.hash) {
$("iframe").attr("src",
"https://meshviewer.freifunk-leipzig.de/meshviewer_old/build/#!/de/map" + window.location.hash);
}
});
</script>
<iframe src="https://meshviewer.freifunk-leipzig.de/meshviewer_old/build/#!/de/map"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
</div>
{{- partial "scripts.html" . -}}
</body>
</html>