forked from rDrama/rDrama
1
0
Fork 0

chat: add favicon to HTML

master
justcool393 2022-10-21 17:42:28 -05:00
parent 2792a06c21
commit b6ad3555b2
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
{{cf_2fa_verify()}}
{% endif %}
{% if 'chat' in request.path %}
<link id="favicon" rel="icon" type="image/webp" href="{{'icon.webp' | asset_siteimg}}">
{% if SITE == 'localhost' %}
<link rel="stylesheet" href="https://rdrama.net/assets/css/chat_done.css">
{% else %}