<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.css')}}" rel="stylesheet">
+ <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 -->
- <script src="{{url_for('static', filename='d3.js')}}" charset="utf-8"></script>
- <script src="{{url_for('static', filename='c3.js')}}"></script>
+ <!-- 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>
+ <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>