Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 262bcfa2dd | |||
| e5bfcdfe3f |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -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
@@ -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"
|
||||
|
||||
@@ -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"><</a>
|
||||
<a class="block" href="https://webring.otomir23.me/">Otoring</a>
|
||||
<a class="block" href="https://webring.otomir23.me/lair/next">></a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user