blob: 3a5f1e2e119bf6def62e8b58ab3f57e9662efe48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!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>
<header>
<h1>Hello, this is <em>my</em> website.</h1>
Thanks for stopping by!
</header>
<h2>Well...</h2>
<p>nya~</p>
<img src="images/maxwell.gif" />
<footer>
<a href="https://git.pwyazha.ru">git</a>
</footer>
</body>
</html>
|