banek/template.html

29 lines
596 B
HTML
Raw Normal View History

2023-10-16 00:05:21 +03:00
<!DOCTYPE html>
<!-- aneks from t.me/baneksru -->
<html>
<head>
<style>
pre {
font-size: 1.76vw;
width: 50vw;
margin: auto;
overflow: auto;
white-space: pre-wrap;
}
:root {
color-scheme: light dark;
}
</style>
</head>
<body class="vsc-initialized">
<pre>
<a href="/CURRENT_ANEK">Анек №CURRENT_ANEK</a>
TEMPLATE_TEXT
<a href="/PREV_ANEK">&lt; Предыдущий -</a> | <a href="/">Случайный анек</a> | <a href="/NEXT_ANEK">- Следующий &gt;</a>
</pre>
</body>
</html>