zk_html/writing/ally/gender/09.html

40 lines
1.0 KiB
HTML
Raw Normal View History

2020-04-25 05:00:08 +00:00
<!doctype html>
<html>
<head>
<title>Zk | 09</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 | 09</h1>
</header>
<article class="content">
<hr />
<p>date: 2019-12-19
weight: 9</p>
<hr />
<blockquote>
2020-06-24 07:10:07 +00:00
<p>I&rsquo;m happy for you.</p>
2020-04-25 05:00:08 +00:00
</blockquote>
<p>What? Why?</p>
<blockquote>
2020-06-24 07:10:07 +00:00
<p>You&rsquo;re proud. For the first time, you&rsquo;re proud of who you are.</p>
2020-04-25 05:00:08 +00:00
</blockquote>
</article>
<footer>
2020-06-24 07:10:07 +00:00
<p>Page generated on 2020-06-24</p>
2020-04-25 05:00:08 +00:00
</footer>
</main>
2020-06-24 07:10:07 +00:00
<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>
2020-04-25 05:00:08 +00:00
</body>
</html>