zk_html/writing/dont-look-up.html

31 lines
931 B
HTML
Raw Normal View History

2021-10-06 04:30:11 +00:00
<!doctype html>
<html>
<head>
<title>Zk | dont-look-up</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 | dont-look-up</h1>
</header>
<article class="content">
<h1 id="dont-look-up-wt">Don&rsquo;t Look Up (WT)</h1>
<p>https://imgur.com/a/EH744Ai</p>
</article>
<footer>
<p>Page generated on 2021-10-05</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>