30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="ru">
 | 
						|
    <head>
 | 
						|
        <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">
 | 
						|
            <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>
 |