]> 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 3eae1332e733d4d706b5302eac10226dc86cec61..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 -->
@@ -73,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>