21 lines
829 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/common.css">
<title>Гришина заглавная страничка</title>
</head>
<body>
<div class="main-container">
<div>
<h2 class=""> Обо мне </h2>
<p class="description-text">
Я Андреев Григорий, от 21.06.2005.
Живу в Москве, учусь прогать, люблю курить dwm и иногда пишу разного рода дичь.
Самым интересным в своей жизни делюсь <a href="/blog">вот здесь</a>.
</p>
</div>
</div>
</body>
</html>