46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 02</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 | 02</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-14
|
|
weight: 2</p>
|
|
<hr />
|
|
<p>A friend asked Maddy: why do you drink tea?</p>
|
|
<p>Maddy said: I like it. It’s tasty, it makes me feel good.</p>
|
|
<p>The friend said: well that’s dumb.</p>
|
|
<p>Maddy went and drank tea.</p>
|
|
<p>The friend asked: why do you drink tea?</p>
|
|
<p>Maddy said: I don’t know.</p>
|
|
<p>The friend said: well that’s dumb.</p>
|
|
<p>Maddy went and drank tea.</p>
|
|
<p>The friend asked: why do you drink tea?</p>
|
|
<p>Maddy said: I like it. It’s tasty, it makes me feel good.</p>
|
|
<p>The friend laughed and clapped delightedly, and said: perfect</p>
|
|
<p>Then sat to drink tea with Maddy.</p>
|
|
<!-- Acknowledge the pointlessness of the things you do. You do the work, and then you forget about it. -->
|
|
</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>
|