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

View file

@ -32,15 +32,9 @@
<br> <br>
<h3> <h3>
<a href="//otomir23.me/webring/34/prev">~prev</a> <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" target="_blank">webring</a>
<a href="//otomir23.me/webring/34/next">next~</a> <a href="//otomir23.me/webring/34/next">next~</a>
<!-- <a href="//otomir23.me/webring/34/next">next<span class="flip">~</span></a> -->
</h3> </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> </main>
</body> </body>
</html> </html>