]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/templates/seepark_web.html
add link to source code in html template
[chrisu/seepark.git] / web / templates / seepark_web.html
index 562c526e93962b5f7309be7196ec39bdfb4caa70..74ccf575edbebd171dc14f472e94226dd8ee7f55 100644 (file)
@@ -6,7 +6,8 @@
 
                <!-- don't cache; refresh -->
                <meta http-equiv="Pragma" content="no-cache" />
-               <meta http-equiv="Cache-Control" 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 -->
                <div id="chart_water_31"></div>
                <div id="chart_water_365"></div>
 
+               <h2>Die Luft</h2>
+               <div id="chart_air_1"></div>
+               <div id="chart_air_7"></div>
+               <div id="chart_air_31"></div>
+               <div id="chart_air_365"></div>
 
                <!-- openweathermap widget -->
                <div id="openweathermap-widget-15"></div>
@@ -68,6 +74,9 @@
                })();
                </script>
 
+               <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>