|
@@ -5,9 +5,9 @@
|
|
|
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
|
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
|
|
<script>
|
|
<script>
|
|
|
- function refreshPage() {
|
|
|
|
|
- window.location.reload();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ function refreshPage() {
|
|
|
|
|
+ window.location.reload();
|
|
|
|
|
+ }
|
|
|
</script>
|
|
</script>
|
|
|
</head>
|
|
</head>
|
|
|
<script src="/static/userpanel.js"></script>
|
|
<script src="/static/userpanel.js"></script>
|