update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-10 23:45:07 -07:00
parent f851dbf1af
commit db33236628
1 changed files with 4 additions and 28 deletions

View File

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>Zettelkasten</title> <title>index</title>
<link rel="stylesheet" type="text/css" href="/style.css" /> <link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta charset="utf-8" /> <meta charset="utf-8" />
@ -9,37 +9,13 @@
<body> <body>
<main> <main>
<header> <header>
<h1>Zettelkasten</h1> <h1>index</h1>
</header> </header>
<article class="content"> <article class="content">
<p><em>test</em> test</p>
<p>
In which Maddy Gets a Knowledge Base.
</p>
<div id="Rough categories"><h2 id="Rough categories" class="header"><a href="#Rough categories">Rough categories</a></h2></div>
<ul>
<li>
<a href="2020-04-08-writing.html">Writing</a>
<li>
<a href="diary/diary.html">Diary</a>
</ul>
<div id="Pages"><h2 id="Pages" class="header"><a href="#Pages">Pages</a></h2></div>
<ul>
<li>
<a href="2020-04-08-tags.html">Tags</a>
</ul>
</article> </article>
<footer> <footer>
<p>Page generated on 2020-04-09</p> <p>Page generated on 2020-04-10</p>
</footer> </footer>
</main> </main>
</body> </body>