Create template.html

This commit is contained in:
Руслан 2023-10-16 03:05:21 +06:00 committed by GitHub
parent 0dd4f4b6b3
commit 6e88cbb76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
template.html Normal file
View File

@ -0,0 +1,28 @@
<!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>