update from sparkleup
This commit is contained in:
parent
bdd090c714
commit
9cf0fd39f0
|
@ -13,7 +13,8 @@
|
|||
<h1>Zk | 001</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="end-of-endings-2403">End Of Endings — 2403</h1>
|
||||
<!--# End Of Endings — 2403-->
|
||||
<h1 id="1">1</h1>
|
||||
<p>Once upon a time there was–</p>
|
||||
<p>“A king?” my little readers will immediately say.</p>
|
||||
<p>No, children, you are mistaken. Once upon a time, there was a woman. She was not a fine woman, not a prize to adorn your arm or to set beside you at the head of a grand table, but a simple woman — the kind we pass on the street and imagine some plain home life for. She has a house, one might think. There are floors and walls and windows, there are tables and chairs and sofas and beds. There is a shower and a claw-footed bathtub. There is a creaky step — the eighth — that she always swears she will fix.</p>
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 002</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
||||
<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 | 002</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="2">2</h1>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2024-02-14</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