update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-24 22:55:07 -07:00
parent 2dab4f0564
commit 1b8129d4fa
2 changed files with 51 additions and 0 deletions

29
fossils.html Normal file
View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | Fossils</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 | Fossils</h1>
</header>
<article class="content">
<h2 id="fossils">fossils</h2>
<ul>
<li><a href="lj-dump/index.html">LJ posts</a></li>
<li><a href="writing/all-of-time-at-once.html">All of Time at Once</a></li>
<li><a href="writing/light.html">Light</a></li>
<li><a href="writing/poetry/fossils.html">Poetry</a></li>
<li><a href="writing/tu-pater-et-mater.html">Tu pater et mater</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-04-24</p>
</footer>
</main>
</body>
</html>

22
lj-dump/index.html Normal file
View File

@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<title>Zk | LJ Posts</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 | LJ Posts</h1>
</header>
<article class="content">
</article>
<footer>
<p>Page generated on 2020-04-24</p>
</footer>
</main>
</body>
</html>