diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 95d610b..b61eea1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ href="/assets/UnifontExMono.woff2" as="font" type="font/woff2" + crossorigin="anonymous" /> <link rel="stylesheet" href="/98.css" /> <link rel="stylesheet" href="/style.css" /> @@ -31,7 +32,7 @@ <main>{% block content %} {% endblock content %}</main> <footer class="window"> <div class="title-bar"> - <div class="title-bar-text">🎖️ Badges</div> + <div class="title-bar-text">🎖 Badges</div> </div> <div class="window-body"> <ul id="badge-grid" class="no-bullets"> |
