41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
<!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/explore/repos">
|
||
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>
|