update from sparkleup
This commit is contained in:
parent
ad7abbc73d
commit
df134b4231
|
@ -0,0 +1,32 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | april-2022-q-and-a</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 | april-2022-q-and-a</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<ul>
|
||||
<li>Nenekiri: Something I’ve noticed is that the time skips between books seem to be 20 years each time. Is there a reason it’s 20?</li>
|
||||
<li>Shardik: RJs dream sequences were fascinating where ey controlled the dreams. I’m wondering how much influence hp lovecrafts dreamlands tales, tales of lord dunsany or clark ashton smiths fantasies inspired your writings. I mean this in a really good way, ive been reading alot of pulp novels and stories from the 20s and 30s and its interesting your writing style reminds me of those. Stories from back then have a timeless freshness to them much like how your novel Qoheleth is.</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-11</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