Added bulma.css.

This commit is contained in:
th3r00t
2023-11-04 02:36:19 -04:00
parent 7c0b1e8e0a
commit 5a2960ca88

View File

@@ -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>