This commit is contained in:
catmpeg 2025-11-30 11:56:22 +03:00
commit 1d2502b09b
3 changed files with 2 additions and 15 deletions

Binary file not shown.

View file

@ -1,5 +1,5 @@
@font-face{
font-family: 'Doto';
font-family: 'Monocraft';
src: url('Monocraft.ttf') format('truetype');
font-weight: bold;
font-display: swap;
@ -8,10 +8,9 @@
body {
margin: 0;
min-height: 100svh;
font: 14px 'Doto',monospace;
font: 14px 'Monocraft',monospace;
color: #fff;
text-align: center;
/* background: url("wallhaven-3kkgl6.jpg") center/cover fixed; */
background-color: #2c1b02;
display: flex;
flex-direction: column;
@ -26,7 +25,6 @@ main {
}
a {
/* color: rgb(0, 162, 255); */
color: #fa9c0f;
text-decoration: none;
}
@ -40,11 +38,6 @@ a:hover {
text-decoration: underline;
}
/* .flip {
display: inline-block;
transform: scaleX(-1);
} */
.info {
display: flex;
justify-content: center;

View file

@ -32,15 +32,9 @@
<br>
<h3>
<a href="//otomir23.me/webring/34/prev">~prev</a>
<!-- <a href="//otomir23.me/webring/34/prev">prev<span class="flip">~</span></a> -->
<a href="//otomir23.me/webring" target="_blank">webring</a>
<a href="//otomir23.me/webring/34/next">next~</a>
<!-- <a href="//otomir23.me/webring/34/next">next<span class="flip">~</span></a> -->
</h3>
<!-- <br>
<footer>
<a href="//half-life.com" target="_blank"><img src="//cyber.dabamos.de/88x31/half-life.gif" width="88" height="31"></a>
</footer> -->
</main>
</body>
</html>