-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
38 lines (38 loc) · 1.49 KB
/
about.html
File metadata and controls
38 lines (38 loc) · 1.49 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About | 54chi</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="assets/css/site.css" />
</head>
<body>
<header>
<h1><a href="index.html">54chi</a></h1>
<nav><a href="about.html">About</a></nav>
</header>
<main>
<article>
<h1>About</h1>
<p>Welcome to year I DON'T CARE ANYMORE of this github blog.</p>
<p>
54chi is addicted to coffee shops, and decent internet
speed. He is not a professional blogger, and like in the
previous year, this site is going to remain lame and never
going to be promoted. So if you found me, thank you for
taking the time to read this page.
</p>
<p>
The opinions expressed in this site are mine and mine alone.
They do not reflect the opinions of my employers (past or
present), co-workers, family, pets, or possibly even me if
the post you’re reading is more than a few days old.
</p>
</article>
</main>
<footer>
<p><a href="index.html">54chi</a></p>
</footer>
</body>
</html>