mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added bulma.css.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>pyShelf Content Server</title>
|
||||
<link href="{{ url_for('static', path='styles/pyShelf.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', path='styles/bulma.css') }}" rel="stylesheet">
|
||||
<script src="{{ url_for('static', path='script/jquery-3.6.1.js') }}" rel="script"></script>
|
||||
<script src="{{ url_for('static', path='script/bulma-helper.js') }}" rel="script"></script>
|
||||
<script src="{{ url_for('static', path='script/pyshelf.js') }}" rel="script"></script>
|
||||
|
||||
Reference in New Issue
Block a user