update from sparkleup
This commit is contained in:
parent
97184707cd
commit
5784ad8e4b
|
@ -100,9 +100,13 @@
|
|||
</li>
|
||||
<li class="done0"> <a href="mfa/conclusion.html">Conclusion</a> (should all things be known) vis a vis paperclip maximizer</li>
|
||||
</ul>
|
||||
<h2 id="attempt-3-restrict-to-the-book-of-job">Attempt #3: Restrict to the book of Job</h2>
|
||||
<p>Written more like Seasons, breakdown of Job in the context of loss in a general way, perhaps as an expansion to Seasons? Turn it into book length.</p>
|
||||
<p>(Can still be done from the point of view of the System (perhaps from the point of view of one of Oh, But To Whom Do I Speak These Words’s stanza; No Unknowable Spaces Echo My Words <em>και κλαδοι</em>/<em>and instances</em>)</p>
|
||||
<p><a href="iyov/index.html">Iyov</a></p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-04</p>
|
||||
<p>Page generated on 2022-04-24</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Iyov</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 | Iyov</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-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>
|
Loading…
Reference in New Issue