21 lines
860 B
HTML
21 lines
860 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="ru">
|
|||
|
{% include '_head.html' %}
|
|||
|
<body>
|
|||
|
{% include '_header.html' %}
|
|||
|
<div class="profile">
|
|||
|
<h2 class="header" style="text-align:left">Ваш Профиль:</h2>
|
|||
|
<p class="simpletext" style="text-align:left">Логин: <span class="context">admin</span></p>
|
|||
|
<p class="simpletext" style="text-align:left">Почта: <span class="context">supercooladmin@coders-squad.com</span></p>
|
|||
|
<p class="simpletext" style="text-align:left">О себе:</p>
|
|||
|
<p class="mono" style="text-align:left">Я самый надёжный и крутой админ в мире.<span class="hidden">me0w{SqlT4skFl4g}</span><br/>ВЫДЕЛИ МЕНЯ! </p>
|
|||
|
</div>
|
|||
|
{% include '_sidenav.html' %}
|
|||
|
<div id="success"> <p>Вход произведён успешно!</p> </div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|