This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
landingpage/layouts/meshviewer/baseof.html

16 lines
564 B
HTML

<!DOCTYPE html>
<html>
<head>
{{- partial "head.html" . -}}
</head>
<body class="is-preload">
<div id="page-wrapper">
{{- partial "header.html" . -}}
<iframe src="https://karte.freifunk-leipzig.de/" id="meshviewer-embedded"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
<script type="text/javascript" src="https://karte.freifunk-leipzig.de/embed.js"></script>
</div>
{{- partial "scripts.html" . -}}
</body>
</html>