update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-06-14 16:20:07 -07:00
parent dd93d2f3d8
commit 214a39e751
1 changed files with 23 additions and 0 deletions

23
food.html Normal file
View File

@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<title>Zk | %title%</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="stylesheet" type="text/css" href="/recipe.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | %title%</h1>
</header>
<article class="content">
%content%
</article>
<footer>
<p>Page generated on %date%</p>
</footer>
</main>
</body>
</html>