46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 01</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 | 01</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-12
|
|
weight: 1</p>
|
|
<hr />
|
|
<p>Mom and Jay got married when I was in elementary school. Fourth grade, maybe? It’s a bit hazy.</p>
|
|
<blockquote>
|
|
<p>Life began in high school, remember?</p>
|
|
</blockquote>
|
|
<p>Life began when I came out, I suppose. Or maybe when I ran away. Life began when I started to assert ownership over it.</p>
|
|
<blockquote>
|
|
<p>Who owned it before?</p>
|
|
</blockquote>
|
|
<p>I thought my dad did. My dad and Jay, and they let my mom borrow me.</p>
|
|
<blockquote>
|
|
<p>What did you own.</p>
|
|
</blockquote>
|
|
<p>Many gifts. A few hobbies. Later, an internet connection.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|