2020-11-04 11:30:38 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ru">
|
|
|
|
<head>
|
2021-09-17 15:25:10 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2021-01-12 22:16:32 +03:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/fonts.css') }}">
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
2021-12-31 18:50:07 +03:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/snowfall.css') }}">
|
2020-11-04 11:30:38 +03:00
|
|
|
<title>thematdev</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="pagehead">
|
2020-11-06 17:51:15 +03:00
|
|
|
<div class="pagehead-inner">
|
|
|
|
<h1 class="mainh">thematdev</h1>
|
|
|
|
<div class="btn-container">
|
2021-12-31 23:50:39 +03:00
|
|
|
<a class="btn" href="https://git.thematdev.org/explore/repos">
|
2021-09-17 15:25:10 +03:00
|
|
|
Git
|
2021-01-12 22:16:32 +03:00
|
|
|
</a>
|
2021-08-26 23:48:30 +03:00
|
|
|
<a class="btn" href="https://wiki.thematdev.org">
|
2020-11-06 17:51:15 +03:00
|
|
|
Wiki
|
2021-01-12 22:16:32 +03:00
|
|
|
</a>
|
|
|
|
<a class="btn" href="https://t.me/thematdev">
|
2020-11-06 17:51:15 +03:00
|
|
|
TG
|
2021-01-12 22:16:32 +03:00
|
|
|
</a>
|
2021-09-17 15:25:10 +03:00
|
|
|
<a class="btn" href="mailto:thematdev@thematdev.org">
|
|
|
|
@
|
|
|
|
</a>
|
2021-12-31 18:50:07 +03:00
|
|
|
<a class="btn" href="https://codeforces.com/profile/thematdev">
|
|
|
|
CF
|
|
|
|
</a>
|
2020-11-06 17:51:15 +03:00
|
|
|
</div>
|
2023-11-12 22:03:42 +03:00
|
|
|
<a href="https://thematdev.org/blog/index.html">Blog</a>
|
2020-11-06 17:51:15 +03:00
|
|
|
</div>
|
2020-11-04 11:30:38 +03:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|