zk_html/writing/ideas.html

34 lines
1.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | ideas</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 | ideas</h1>
</header>
<article class="content">
<ul>
<li>A spaceship that&rsquo;s bigger on the insides, the corridors continuing long past where the hull should be. I suspect it goes on forever. </li>
</ul>
<p>However, those involved know the trope and try to think their way out of it.
* </p>
</article>
<footer>
<p>Page generated on 2021-06-12</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>