Add otoring
Docker Build and Push / build-and-push (push) Successful in 34s

This commit is contained in:
2026-01-13 16:09:25 +03:00
parent 60bece505c
commit 8c02395d0d
2 changed files with 26 additions and 0 deletions
+20
View File
@@ -194,6 +194,26 @@ footer {
border-radius: .2em; border-radius: .2em;
} }
.webring {
margin-top: 1rem;
display: flex;
justify-content: center;
a {
padding: .5rem 1rem;
margin: .1rem !important;
border-radius: 0;
}
}
.disabled {
opacity: 50%;
cursor: not-allowed;
a {
pointer-events: none;
}
}
::-webkit-scrollbar { ::-webkit-scrollbar {
width: .5rem; width: .5rem;
+6
View File
@@ -49,4 +49,10 @@
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span> <span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
</p> </p>
</div> </div>
<div class="webring disabled">
<a class="block" href="https://otor.ing/lair/prev">&lt;</a>
<a class="block" href="https://otor.ing/">Otoring</a>
<a class="block" href="https://otor.ing/lair/next">&gt;</a>
</div>
{% endblock %} {% endblock %}