thematdevdotorg/app/templates/index.html
thematdev fc593405bb Happy New Year!
Signed-off-by: thematdev <thematdev@gmail.com>
2021-12-31 18:50:07 +03:00

41 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ url_for('static', filename='css/fonts.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/snowfall.css') }}">
<title>thematdev</title>
</head>
<body>
<snowfall>
{% for snowflake in snowfall %}
<snowflake>{{snowflake|safe}}</snowflake>
{% endfor %}
</snowfall>
<div class="pagehead">
<div class="pagehead-inner">
<h1 class="mainh">С Новым Годом!</h1>
<h1 class="mainh">thematdev</h1>
<div class="btn-container">
<a class="btn" href="https://git.thematdev.org">
Git
</a>
<a class="btn" href="https://wiki.thematdev.org">
Wiki
</a>
<a class="btn" href="https://t.me/thematdev">
TG
</a>
<a class="btn" href="mailto:thematdev@thematdev.org">
@
</a>
<a class="btn" href="https://codeforces.com/profile/thematdev">
CF
</a>
</div>
</div>
</div>
</body>
</html>