<!DOCTYPE html>
<html lang="de">
<head>
+ <title>Seepark Obsteig</title>
+
<!-- mobile first, yeah -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Load owm script -->
<script async="true" charset="utf-8" src="//openweathermap.org/themes/openweathermap/assets/vendor/owm/js/weather-widget-generator.js"></script>
-
- <title>Seepark Obsteig</title>
</head>
<body>
<h1>Daten zum Seepark Obsteig</h1>
<hr />
<p><small><a href="https://git.toastfreeware.priv.at/chrisu/seepark.git">Source code</a></small></p>
-
+
<!-- Load own javascript code -->
<script src="{{url_for('static', filename='seepark_web.js')}}"></script>