update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-24 14:05:07 -07:00
parent 20bfb2fa14
commit f9694bb6b9
1 changed files with 22 additions and 0 deletions

22
blog/index.html Normal file
View File

@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<title>Zk | Blog</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 | Blog</h1>
</header>
<article class="content">
</article>
<footer>
<p>Page generated on 2020-04-24</p>
</footer>
</main>
</body>
</html>