mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Add font awesome
This commit is contained in:
parent
c4db3cb351
commit
28f7c629f0
4616
rootfs/standard/var/www/mynode/static/css/font-awesome-all.css
Normal file
4616
rootfs/standard/var/www/mynode/static/css/font-awesome-all.css
Normal file
File diff suppressed because it is too large
Load Diff
4466
rootfs/standard/var/www/mynode/static/js/font-awesome-all.js
Normal file
4466
rootfs/standard/var/www/mynode/static/js/font-awesome-all.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -7,15 +7,17 @@
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<link href="{{ url_for('static', filename='jquery_ui/jquery-ui.css')}}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='jquery_ui/jquery-ui.css')}}" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/mynode.css')}}">
|
<link href="{{ url_for('static', filename='css/mynode.css')}}" rel="stylesheet">
|
||||||
{% if ui_settings['darkmode'] %}
|
{% if ui_settings['darkmode'] %}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/mynode_dark.css')}}">
|
<link href="{{ url_for('static', filename='css/mynode_dark.css')}}" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{ url_for('static', filename='jquery_ui/jquery-ui.css')}}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='jquery_ui/jquery-ui.css')}}" rel="stylesheet">
|
||||||
|
<link href="{{ url_for('static', filename='css/font-awesome-all.css')}}" rel="stylesheet">
|
||||||
<meta http-equiv="Content-Language" content="en">
|
<meta http-equiv="Content-Language" content="en">
|
||||||
<meta name="google" content="notranslate">
|
<meta name="google" content="notranslate">
|
||||||
<script src="{{ url_for('static', filename='js/jquery-3.3.1.min.js')}}"></script>
|
<script src="{{ url_for('static', filename='js/jquery-3.3.1.min.js')}}"></script>
|
||||||
<script src="{{ url_for('static', filename='jquery_ui/jquery-ui.js')}}"></script>
|
<script src="{{ url_for('static', filename='jquery_ui/jquery-ui.js')}}"></script>
|
||||||
|
<script src="{{ url_for('static', filename='js/font-awesome-all.js')}}"></script>
|
||||||
<script src="{{ url_for('static', filename='js/mynode.js')}}"></script>
|
<script src="{{ url_for('static', filename='js/mynode.js')}}"></script>
|
||||||
|
|
||||||
{% if ui_settings['background'] and ui_settings['background'] != "none" %}
|
{% if ui_settings['background'] and ui_settings['background'] != "none" %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user