blob: 2cc81e50a66e8c0f16f3e474228c4d6b8b9980b5 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>pwyazha</title>
<link rel="icon" type="image/gif" href="images/maxwell.gif">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<div class="flex-container">
<div>
<main>
<header>
<h1>Some useful links</h1>
</header>
<h2><a href="https://git.pwyazha.ru">git</a></h2>
<footer>
<p></p>
</footer>
</main>
</div>
<div>
<ul>
<li><h3><a href="index.html">home</a></h3></li>
</ul>
</div>
</div>
</body>
</html>
|