|
@@ -4,7 +4,13 @@
|
|
|
<title>Rewards Queue Management</title>
|
|
<title>Rewards Queue Management</title>
|
|
|
<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>
|
|
|
|
|
+ function refreshPage() {
|
|
|
|
|
+ window.location.reload();
|
|
|
|
|
+ }
|
|
|
|
|
+ </script>
|
|
|
</head>
|
|
</head>
|
|
|
|
|
+ <script src="/static/userpanel.js"></script>
|
|
|
<div class="panel">
|
|
<div class="panel">
|
|
|
<div class="navbar">
|
|
<div class="navbar">
|
|
|
<p>Rewards Queue Management</p>
|
|
<p>Rewards Queue Management</p>
|