update from sparkleup

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

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>index</title>
<title>Zettelkasten</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
@ -9,13 +9,13 @@
<body>
<main>
<header>
<h1>index</h1>
<h1>Zettelkasten</h1>
</header>
<article class="content">
<p><em>test</em> test</p>
</article>
<footer>
<p>Page generated on 2020-04-10</p>
<p>Page generated on 2020-04-11</p>
</footer>
</main>
</body>