|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
6 | 6 | <title>{% block title %}Kiwix Hotspot Admin{% endblock %}</title> |
7 | | - <link rel="icon" type="image/png" href="{{ url_for('static', path='branding/square-logo-light.png') }}" media="(prefers-color-scheme:no-preference)"> |
8 | | - <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/fontawesome.css') }}" > |
9 | | - <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/solid.css') }}" > |
10 | | - <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/brands.css') }}" > |
11 | | - <link href="{{ url_for('static', path='bootstrap-5.3.8-dist/css/bootstrap.min.css') }}" rel="stylesheet"> |
| 7 | + <link rel="icon" type="image/png" href="{{ url_for('static', path='branding/square-logo-light.png').path }}" media="(prefers-color-scheme:no-preference)"> |
| 8 | + <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/fontawesome.css').path }}" > |
| 9 | + <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/solid.css').path }}" > |
| 10 | + <link rel="stylesheet" href="{{ url_for('static', path='fontawesome-free-7.1.0-web/css/brands.css').path }}" > |
| 11 | + <link href="{{ url_for('static', path='bootstrap-5.3.8-dist/css/bootstrap.min.css').path }}" rel="stylesheet"> |
12 | 12 | <style type="text/css"> |
13 | 13 | body { |
14 | 14 | background: #161C32; |
|
28 | 28 | {% block content %}{% endblock %} |
29 | 29 | </main> |
30 | 30 | {% endblock %} |
31 | | - <script src="{{ url_for('static', path='bootstrap-5.3.8-dist/js/bootstrap.bundle.min.js') }}"></script> |
32 | | - <script src="{{ url_for('static', path='admin-dashboard.js') }}"></script> |
| 31 | + <script src="{{ url_for('static', path='bootstrap-5.3.8-dist/js/bootstrap.bundle.min.js').path }}"></script> |
| 32 | + <script src="{{ url_for('static', path='admin-dashboard.js').path }}"></script> |
33 | 33 | {% block javascript %} |
34 | 34 | <script type="text/javascript"> |
35 | 35 | function run() {} |
|
0 commit comments