blob: b83ba1c6cbea95fe1affb3bbc10a44d6717d59ce (
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
|
<!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 id="flex">
<main>
<header>
<h1>Some useful links</h1>
</header>
<h2><a href="https://git.pwyazha.ru">git</a></h2>
<footer>
<p>This is a footer.</p>
</footer>
</main>
<nav>
<ul>
<li><h3><a href="index.html">Home</a></h3></li>
</ul>
</nav>
</div>
</body>
</html>
|