]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/templates/seepark_web.html
add windy widget in page template and minimal css
[chrisu/seepark.git] / web / templates / seepark_web.html
index 761ded99bde43919823e76c3baae870b4751cf5f..ecf04443671ba76868c390342e2efd9c37841ee3 100644 (file)
@@ -8,7 +8,6 @@
                <meta http-equiv="Pragma" content="no-cache" />
                <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
                <meta http-equiv="Expires" content="0" />
-               <meta http-equiv="Refresh" content="300" />
 
                <!-- Load c3.css -->
                <link href="{{url_for('static', filename='c3.min.css')}}" rel="stylesheet">
                <!-- Load own css -->
                <link href="{{url_for('static', filename='seepark_web.css')}}" rel="stylesheet">
 
-               <!-- Load d3.js and c3.js -->
+               <!-- Load d3.js and c3.js, and strftime.js -->
                <script src="{{url_for('static', filename='d3.min.js')}}" charset="utf-8"></script>
                <script src="{{url_for('static', filename='c3.min.js')}}"></script>
+               <script src="{{url_for('static', filename='strftime-min.js')}}"></script>
 
                <title>Seepark Obsteig</title>
        </head>
                })();
                </script>
 
+               <!-- windy widget -->
+               <div id="windy">
+               <iframe width="650" height="450" src="https://embed.windy.com/embed2.html?lat=47.301&amp;lon=10.970&amp;zoom=9&amp;level=surface&amp;overlay=rain&amp;menu=&amp;message=&amp;marker=&amp;calendar=&amp;pressure=&amp;type=map&amp;location=coordinates&amp;detail=&amp;detailLat=48.200&amp;detailLon=16.350&amp;metricWind=default&amp;metricTemp=default&amp;radarRange=-1" frameborder="0"></iframe> 
+               </div>
+
                <hr />
                <p><small><a href="https://git.toastfreeware.priv.at/chrisu/seepark.git">Source code</a></small></p>