Update template.html

This commit is contained in:
Руслан 2023-10-16 04:03:39 +06:00 committed by GitHub
parent 93f19d136d
commit bb4c0779b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,29 @@
<!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>
<!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">< Предыдущий -</a> | <a href="/">Случайный анек</a> | <a href="/NEXT_ANEK">- Следующий ></a>
<a href="/PREV_ANEK">&lt; Предыдущий -</a> | <a href="/">Случайный анек</a> | <a href="/NEXT_ANEK">- Следующий &gt;</a>
</pre> </body> </html>
</pre>
</body>
</html>