2 Commits

Author SHA1 Message Date
Sweetbread 262bcfa2dd Change (temporary?) icon
Docker Build and Push / build-and-push (push) Successful in 33s
2026-01-16 02:27:07 +03:00
Sweetbread e5bfcdfe3f Add otoring
Docker Build and Push / build-and-push (push) Successful in 1m4s
2026-01-13 16:10:47 +03:00
5 changed files with 19 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

+11
View File
@@ -194,6 +194,17 @@ footer {
border-radius: .2em;
}
.webring {
margin-top: 1rem;
display: flex;
justify-content: center;
a {
padding: .5rem 1rem;
margin: .1rem !important;
border-radius: 0;
}
}
::-webkit-scrollbar {
width: .5rem;
+1 -1
View File
@@ -4,7 +4,7 @@
<title>Lair</title>
<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="https://track.lair.moe/api/script.js"
+7 -1
View File
@@ -1,7 +1,7 @@
{% extends 'base.tmpl' %}
{% block title %}
<img src="/static/icon/codrs.webp" class="icon" />
<img src="/static/icon/lair.webp" class="icon" />
Lair
{% endblock %}
@@ -59,4 +59,10 @@
) | safe
}}
</div>
<div class="webring">
<a class="block" href="https://webring.otomir23.me/lair/prev">&lt;</a>
<a class="block" href="https://webring.otomir23.me/">Otoring</a>
<a class="block" href="https://webring.otomir23.me/lair/next">&gt;</a>
</div>
{% endblock %}