update from sparkleup
This commit is contained in:
parent
fbed969a4c
commit
851a617446
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Big-Hearted</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 | Big-Hearted</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><span class="tag">fanfiction</span> <span class="tag">short-story</span></p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-07-20</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>
|
|
@ -16,10 +16,11 @@
|
|||
<ul>
|
||||
<li class="done3"> <a href="southern-reach.html">The Hand of God (Southern Reach — doujuneshi 2020))</a></li>
|
||||
<li class="done3"> <a href="kaddish.html">Kaddish (Hyperion Cantos — doujuneshi 2020)</a></li>
|
||||
<li class="done0"> <a href="david-goliath.html">David and Goliath</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-06-24</p>
|
||||
<p>Page generated on 2021-07-20</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue