<script src="{{url_for('static', filename='c3.min.js')}}"></script>
<script src="{{url_for('static', filename='strftime-min.js')}}"></script>
+ <!-- here the owm script will be appended -->
+
<title>Seepark Obsteig</title>
</head>
<body>
script.async = true;
script.charset = "utf-8";
script.src = "//openweathermap.org/themes/openweathermap/assets/vendor/owm/js/weather-widget-generator.js";
- var s = document.getElementsByTagName('script')[0];
+ var s = document.getElementsByTagName('title')[0];
s.parentNode.insertBefore(script, s);
})();
</script>
<!-- windy widget -->
<div id="windy">
- <!-- width="650" height="450" -->
- <iframe width="300" height="244" src="https://embed.windy.com/embed2.html?lat=47.297&lon=10.927&zoom=10&level=surface&overlay=rain&menu=&message=&marker=&calendar=&pressure=&type=map&location=coordinates&detail=&detailLat=48.200&detailLon=16.350&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe>
+ <iframe id="windyiframe" width="650" height="450" src="https://embed.windy.com/embed2.html?lat=47.297&lon=10.927&zoom=10&level=surface&overlay=rain&menu=&message=&marker=&calendar=&pressure=&type=map&location=coordinates&detail=&detailLat=48.200&detailLon=16.350&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe>
</div>
<hr />