update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-06-14 15:55:07 -07:00
parent 97d32648ca
commit 2b03e46e42
2 changed files with 27 additions and 1 deletions

25
food/index.html Normal file
View File

@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<title>Zk | Food</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 | Food</h1>
</header>
<article class="content">
<p><span class="tag">food</span></p>
<ul>
<li><a href="kofte.html">Lamb kofte</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-06-14</p>
</footer>
</main>
</body>
</html>

View File

@ -15,13 +15,14 @@
<ul>
<li><a href="writing/index.html">Writing</a> </li>
<li><a href="tech/index.html">Tech</a></li>
<li><a href="food/index.html">Food</a></li>
<li><a href="diary/diary.html">Diary</a></li>
<li><a href="misc/index.html">Misc</a></li>
<li><a href="fossils.html">Fossils</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-05-21</p>
<p>Page generated on 2020-06-14</p>
</footer>
</main>
</body>