-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·39 lines (29 loc) · 1.19 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<link type="application/atom+xml" rel="alternate" href="/feed.xml" />
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>About</title>
<meta name="generator" content="Jekyll v4.0.0" />
<meta property="og:title" content="About" />
<meta property="og:locale" content="en_US" />
<script type="application/ld+json">
{"@type":"WebPage","url":"/about.html","headline":"About","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/about.html" class="current">About</a>
<a href="/blog.html" >Blog</a>
<a href="/staff.html" >Staff</a>
</nav>
<h1 id="немного-о-нас">Немного о нас</h1>
<p><strong>Бодрияр:</strong> <em>“Я умру от нервной слабости одиноким занудой”</em></p>
<p><strong>Татиана:</strong> <em>“Мне лень писать.”</em></p>
<p><strong>Валериан:</strong> <em>“Носки с надписью Л ы с ы х”</em></p>
</body>
</html>