update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-13 10:05:08 -07:00
parent 8b555ef2be
commit 9ec10e3bb6
2 changed files with 32 additions and 1 deletions

View File

@ -15,10 +15,11 @@
<ul>
<li><a href="writing/index.html">Writing</a></li>
<li><a href="diary/diary.html">Diary</a></li>
<li><a href="stream.html">Stream notes</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-04-11</p>
<p>Page generated on 2020-04-13</p>
</footer>
</main>
</body>

30
stream.html Normal file
View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>ZK | stream</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 | stream</h1>
</header>
<article class="content">
<h1>Stream notes</h1>
<ul>
<li>Patreon.com/Makyo</li>
<li class="done0"> Mic</li>
<li class="done4"> Music</li>
<li class="done4"> Tea</li>
<li class="done4"> Writing</li>
<li class="done0"> Video</li>
</ul>
</article>
<footer>
<p>Page generated on 2020-04-13</p>
</footer>
</main>
</body>
</html>