[BS5] include dependencies

This commit is contained in:
FreddleSpl0it
2022-03-30 07:54:07 +02:00
parent 36944f8073
commit c1792df819
39 changed files with 316546 additions and 27 deletions

View File

@@ -9,9 +9,6 @@
<title>{{ ui_texts.title_name|raw }}</title>
<link rel="stylesheet" href="{{ css_path }}">
{% if theme != 'lumen' %}
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/{{ theme }}/bootstrap.min.css">
{% endif %}
<link rel="shortcut icon" href="/favicon.png" type="image/png">
<link rel="icon" href="/favicon.png" type="image/png">
</head>