Change (temporary?) icon

This commit is contained in:
2026-01-16 02:27:07 +03:00
parent e1f4021ed5
commit aedd47ba36
4 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

+1 -1
View File
@@ -4,7 +4,7 @@
<title>Lair</title> <title>Lair</title>
<link rel="stylesheet" href="/static/style/main.css"> <link rel="stylesheet" href="/static/style/main.css">
<link rel="icon" type="image/webp" href="/static/icon/codrs.webp" /> <link rel="icon" type="image/webp" href="/static/icon/lair.webp" />
<script src="/static/script/copy-mono.js"> </script> <script src="/static/script/copy-mono.js"> </script>
<script <script
src="https://track.lair.moe/api/script.js" src="https://track.lair.moe/api/script.js"
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends 'base.tmpl' %} {% extends 'base.tmpl' %}
{% block title %} {% block title %}
<img src="/static/icon/codrs.webp" class="icon" /> <img src="/static/icon/lair.webp" class="icon" />
Lair Lair
{% endblock %} {% endblock %}