update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-11 00:15:07 -07:00
parent 33c96b51d1
commit 4b23ea1154
2 changed files with 28 additions and 1 deletions

View File

@ -12,7 +12,9 @@
<h1>Zettelkasten</h1> <h1>Zettelkasten</h1>
</header> </header>
<article class="content"> <article class="content">
<ul>
<li><a href="writing/index.html">Writing</a></li>
</ul>
</article> </article>
<footer> <footer>
<p>Page generated on 2020-04-11</p> <p>Page generated on 2020-04-11</p>

25
writing/index.html Normal file
View File

@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<title>Writing</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>Writing</h1>
</header>
<article class="content">
<p>:writing:</p>
<ul>
<li><a href="sawtooth/index.html">Sawtooth Universe</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-04-11</p>
</footer>
</main>
</body>
</html>