23 lines
719 B
HTML
23 lines
719 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | Crap.</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<meta charset="utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<header>
|
||
|
<h1>Zk | Crap.</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p>Took a nap and accidentally slept through dinner. I wish my parents would wake me up for dinner, it would make things a lot easier for both of us</p>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2004-06-19 18:17:03</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|