README.md

This commit is contained in:
2026-09-06 17:32:29 +03:00
parent 216da22bc2
commit 7ae77c0775
16 changed files with 811 additions and 56 deletions
+38
View File
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}SecretText{% endblock %}</title>
</head>
<body style="margin: 0; padding: 0; font-family: 'Courier New', monospace; background-color: #fafafa;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color: #fafafa; padding: 30px 0;">
<tr>
<td align="center">
<table width="480" cellpadding="0" cellspacing="0" border="0" style="width: 480px; background-color: #ffffff; border: 1px solid #cccccc;">
<tr>
<td style="padding: 20px 30px 14px 30px; border-bottom: 1px solid #cccccc; text-align: center;">
<span style="font-size: 16px; font-weight: 700; color: #000000; letter-spacing: 3px;">SECRETTEXT</span>
</td>
</tr>
<tr>
<td style="padding: 24px 30px 20px 30px;">
{% block content %}{% endblock %}
</td>
</tr>
<tr>
<td style="padding: 10px 30px 16px 30px; border-top: 1px solid #dddddd; text-align: center; font-size: 11px; color: #999999;">
SecretText
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>