2020-11-04 11:30:38 +03:00
<!DOCTYPE html>
< html lang = "ru" >
< head >
2020-11-06 17:51:15 +03:00
< link rel = "stylesheet" href = "{{ url_for('static', filename='assets/css/fonts.css') }}" >
< link rel = "stylesheet" href = "{{ url_for('static', filename='assets/css/style.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 >
< 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 >
2020-11-04 11:30:38 +03:00
< / div >
< / body >
2020-11-06 17:51:15 +03:00
Идея про Гауссово распределение вместо обычного рандома: < a href = "https://t.me/Prentor" > Prentor< / a > и < a href = "https://t.me/pavel_the_best" > pavel_the_best < / a >
2020-11-04 11:30:38 +03:00
< / html >