zk_html/writing/post-self/neviim/index.html

31 lines
1.0 KiB
HTML
Raw Normal View History

2021-09-22 20:55:14 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Nevi'im</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 | Nevi'im</h1>
</header>
<article class="content">
<p>In which the Dreamer Module comes to roost and now they&rsquo;ve got aliens.</p>
2021-09-23 19:25:09 +00:00
<p>Prophet aspect: Aliens have been at this longer, start giving advice, etc, which influences the direction of the LV society for better or worse</p>
2021-09-22 20:55:14 +00:00
</article>
<footer>
2021-09-23 19:25:09 +00:00
<p>Page generated on 2021-09-23</p>
2021-09-22 20:55:14 +00:00
</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>