
	
<html>
    <head>
        <title>TRILIFE — Сообщество любителей триатлона и других циклических видов спорта</title>
        <link rel="shortcut icon" type="image/x-icon" href="/static/i/favicon.ico">
    </head>
    <body>
        <style>
            body {
                margin: 0px;
            }
            .post_divider {
                background: #7a2a90;
                background: linear-gradient(to right, #7a2a90 0, #7a2a90 72%, #c93876 72%, #c93876 79%, #d54b62 79%, #d54b62 86%, #f36c21 86%, #f36c21 93%, #faa41a 93%, #faa41a 100%);
                height: .5rem;
                background-color: #7a2a90;
            }
        </style>
        <div style="height: 100vh; width: 100%;display: grid;">
            <div style="margin-top: auto;margin-bottom: auto;">
                <div style="width: 100%;" class="post_divider"></div>
                <div style="display: grid;margin-bottom: 50px;margin-top: 50px;">
                    <div style="margin: auto;font-family: 'Play'">
                        <div style="font-weight: 600;font-size: 20px;">
                            Сайт временно не работает
                        </div>
                        <div style="text-align: center;margin-top: 10px;">
                            Пожалуйста зайдите позже
                        </div>
                    </div>
                </div>
                <div style="width: 100%;" class="post_divider"></div>
            </div>
        </div>
    </body>
</html>


