Migration
This commit is contained in:
@@ -1,13 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<link rel="stylesheet" href="static/assets/css/fonts.css">
|
||||
<link rel="stylesheet" href="static/assets/css/style.css">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/fonts.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/style.css') }}">
|
||||
<title>thematdev</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="pagehead">
|
||||
<h1 class="mainh">thematdev</h1>
|
||||
<div class="pagehead-inner">
|
||||
<h1 class="mainh">thematdev</h1>
|
||||
<p> Тут можно подпись какую-то сделать </p>
|
||||
<p> Ваш IQ: {{ random_number }}</p>
|
||||
<div class="btn-container">
|
||||
<button onclick="location.href='http://tex.thematdev.local:22837'" type="button" class="btn-tex">
|
||||
<p> TeX </p>
|
||||
</button>
|
||||
<button type="button">
|
||||
Wiki
|
||||
</button>
|
||||
<button onclick="location.href='https://t.me/thematdev'" type="button">
|
||||
TG
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
Идея про Гауссово распределение вместо обычного рандома: <a href="https://t.me/Prentor">Prentor</a> и <a href="https://t.me/pavel_the_best"> pavel_the_best </a>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user