favicon & modpacks.MD

This commit is contained in:
Xevion
2019-08-11 15:01:02 -05:00
parent 3a22153c5d
commit 04391c2ce9
6 changed files with 106 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ Color = Bulma Color Type of the Message Box
{% block head %}
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>