36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.4 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>
 | 
						|
        <div class="pagehead">
 | 
						|
            <div class="pagehead-inner">
 | 
						|
                <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>
 | 
						|
                <a href="https://thematdev.org/blog/index.html">Blog</a>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </body>
 | 
						|
</html>
 |