-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (38 loc) · 855 Bytes
/
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
40
41
42
43
44
45
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<!-- title -->
<title>About | kilobtye's github pages</title>
<!-- description -->
<meta name="description" content="About kilobtye's github pages" />
<link href="/favicon.ico" rel="icon">
<link href="stylesheets/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- page structure -->
<header class="header">
<div class="hgroup">
<h1>About</h1>
<h2>kilobtye's github pages</h2>
</div>
<nav>
<ul>
<li><a href="/">home</a></li>
<li><a href="/about.html">about</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="main">
<article>
<p>About what, huh?</p>
</article>
<section>
</section>
</div>
</div>
<footer>
<p>kilobtye 2014</p>
</footer>
</body>
</html>