|
8 | 8 | <title>PHOTONAI WIZARD</title> |
9 | 9 |
|
10 | 10 | <!-- <link href="https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet">--> |
11 | | - <link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet"> |
| 11 | + <link rel="stylesheet" href="{{ url_for('static', filename='css/font_notosans.css') }}"> |
12 | 12 | <link rel="stylesheet" href="{{ url_for('static', filename='css/uikit.min.css') }}"> |
13 | 13 | <link rel="stylesheet" href="{{ url_for('static', filename='css/progress_bar.css') }}"> |
14 | | - <link href="static/css/prism.css" rel="stylesheet" /> |
| 14 | + <link rel="stylesheet" href="{{ url_for('static', filename='css/prism.css') }}"> |
15 | 15 | <link rel="stylesheet" href="{{ url_for('static', filename='css/photon_wizard.css') }}"> |
16 | 16 | <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"> |
17 | 17 | <link rel="stylesheet" href="{{ url_for('static', filename='css/tooltipster.bundle.min.css') }}"> |
18 | 18 | <link rel="stylesheet" href="{{ url_for('static', filename='css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css') }}"> |
| 19 | + <link rel="stylesheet" href="{{ url_for('static', filename='css/jquery-ui.min.css') }}"> |
19 | 20 |
|
20 | | - <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css"> |
21 | 21 |
|
22 | | - <script src="https://code.jquery.com/jquery-latest.js"></script> |
23 | | - <script src="/static/js/uikit.min.js"></script> |
24 | | - <script src="/static/js/uikit-icons.min.js"></script> |
25 | | - <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> |
26 | | - <script src="/static/js/uikit-icons.min.js"></script> |
27 | | - <script src="/static/js/jquery.validate.min.js"></script> |
28 | | - <script src="/static/js/tooltipster.bundle.min.js"></script> |
| 22 | + <script src="{{ url_for('static', filename='js/jquery-latest.min.js') }}"></script> |
| 23 | + <script src="{{ url_for('static', filename='js/uikit.min.js') }}"></script> |
| 24 | + <script src="{{ url_for('static', filename='js/uikit-icons.min.js') }}"></script> |
| 25 | + <script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script> |
| 26 | + <script src="{{ url_for('static', filename='js/jquery.validate.min.js') }}"></script> |
| 27 | + <script src="{{ url_for('static', filename='js/tooltipster.bundle.min.js') }}"></script> |
29 | 28 |
|
30 | 29 |
|
31 | 30 | <!-- Python Syntax Highlighting --> |
|
34 | 33 | <!-- <script>hljs.initHighlightingOnLoad();</script>--> |
35 | 34 |
|
36 | 35 |
|
37 | | - <script src="static/js/prism.js" type="text/javascript"></script> |
| 36 | + <script src="{{ url_for('static', filename='js/prism.js') }}" type="text/javascript"></script> |
38 | 37 |
|
39 | | - <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" /> |
40 | | - <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"></script> |
| 38 | + <link rel="stylesheet" href="{{ url_for('static', filename='css/cookieconsent.min.css') }}"> |
| 39 | + <script src="{{ url_for('static', filename='js/cookieconsent.min.js') }}"></script> |
41 | 40 |
|
42 | 41 |
|
43 | 42 | <script> |
@@ -201,7 +200,7 @@ <h2 class="uk-modal-title">PHOTONAI Wizard</h2> |
201 | 200 | <footer class="main-footer"> |
202 | 201 | <div class="uk-container"> |
203 | 202 | <div> |
204 | | - <strong>Version 0.1 | Copyright © 2019 - 2021 <a href="http://www.photon-ai.com/">PHOTON</a>.</strong> All rights |
| 203 | + <strong>Version 0.1 | Copyright © 2019 - 2022 <a href="http://www.photon-ai.com/">PHOTON</a>.</strong> All rights |
205 | 204 | reserved. |
206 | 205 | </div> |
207 | 206 | </div> |
|
0 commit comments