blob: 2ede70541fb75fb8b51af0a83497c6f16e649121 (
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
|
<!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>Hello, this is my website.</h1>
Thanks for stopping by!
</header>
<h2>Well...</h2>
<p>nya~</p>
<img src="images/maxwell.gif"/>
<footer>
<p>This is a footer.<p>
</footer>
</main>
<nav>
<ul>
<li><h3><a href="links.html">links</a></h3></li>
</ul>
</nav>
</div>
</body>
</html>
|