Remove kletterspots.de specific stuff

This commit is contained in:
Pieter Vander Vennet 2020-12-14 01:14:22 +01:00
parent c693faea95
commit 7ad601f2eb
9 changed files with 23 additions and 26 deletions

View file

@ -18,7 +18,7 @@
<link href="css/ReviewElement.css" rel="stylesheet"/>
<!-- $$$CUSTOM-CSS -->
<link rel="manifest" href="./manifest.manifest">
<link rel="icon" href="assets/themes/climbing/climbing_no_rope.svg" sizes="any" type="image/svg+xml">
<link rel="icon" href="assets/svg/add.svg" sizes="any" type="image/svg+xml">
<meta property="og:type" content="website">
<!-- $$$OG-META -->
@ -30,8 +30,6 @@
}
</style>
<script async defer data-domain="kletterspots.de" src="https://plausible.io/js/plausible.outbound-links.js"></script>
</head>
<body>
@ -39,7 +37,7 @@
id="decoration-desktop">
<!-- A nice decoration while loading or on errors -->
<!-- DECORATION 0 START -->
<img src="./assets/themes/climbing/climbing_no_rope.svg"/>
<img src="./assets/svg/add.svg"/>
<!-- DECORATION 0 END -->
</div>
@ -62,13 +60,13 @@
<div id="layer-selection">
</div>
<div id="centermessage">Lade...</div>
<div id="centermessage">Loading MapComplete, hang on...</div>
<div id="top-right"></div>
<span id="geolocate-button"></span>
<div id="leafletDiv"></div>
<script src="./index.ts"></script>
<script data-goatcounter="https://pietervdvn.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>