update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-01-26 12:30:12 -08:00
parent 904be00564
commit 678d8b4e14
2 changed files with 32 additions and 3 deletions

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | What are fandoms and subcultures?</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 | What are fandoms and subcultures?</h1>
</header>
<article class="content">
</article>
<footer>
<p>Page generated on 2023-01-26</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>

View File

@ -13,9 +13,9 @@
</header>
<article class="content">
<ol>
<li class="done0"> Intro</li>
<li class="done2"> <a href="Intro.html">Intro</a></li>
<li class="done0"> On fandoms and subcultures<ol>
<li class="done0"> What are they</li>
<li class="done0"> <a href="001.html">What are they</a></li>
<li class="done0"> What&rsquo;s important to them in their writing</li>
<li class="done0"> How is that usually accomplished</li>
</ol>
@ -36,7 +36,7 @@
</ol>
</article>
<footer>
<p>Page generated on 2023-01-23</p>
<p>Page generated on 2023-01-26</p>
</footer>
</main>
<script type="text/javascript">