zk_html/food/index.html

31 lines
969 B
HTML
Raw Normal View History

2020-06-14 22:55:07 +00:00
<!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>
2020-06-15 01:25:08 +00:00
<li class="done4"> <a href="kofte.html">Lamb kofte</a></li>
<li class="done4"> <a href="toum.html">Toum</a></li>
2020-06-15 03:05:09 +00:00
<li class="done4"> <a href="tzatziki.html">Tzatziki</a></li>
2020-06-15 01:25:08 +00:00
<li class="done0"> <a href="babaganoush.html">Babaganoush</a></li>
<li class="done0"> <a href="hummus.html">Hummus</a></li>
2020-06-15 02:55:07 +00:00
<li class="done0"> <a href="orange-sauce.html">Orange sauce</a></li>
2020-06-14 22:55:07 +00:00
</ul>
</article>
<footer>
<p>Page generated on 2020-06-14</p>
</footer>
</main>
</body>
</html>