summaryrefslogtreecommitdiff
path: root/output/recipes.html
blob: 07ed63ea7f87d9451fb81f8a6cbfb393262d8bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
  <head>
    <title>Pantry of Plants</title>
    <link rel="stylesheet" href="../style/style.css">
  </head>
  <body>
    <nav>
	<a href="../index.html"><img src="../images/pantry-of-plants-logo.png" class="logo"></a>
	<div class="nav-text-outer">
		<a href="recipes.html" class="nav-text">Recipes</a>
		<a href="../about.html" class="nav-text">About</a>
	</div>
</nav>

    <h1 id="big-header-boi">Big Header Boi</h1>

<p>This is a <em>bold</em> recipe</p>

<p>List it out!
- first thing
- second thing</p>

<ol>
  <li>hello</li>
  <li>hello</li>
</ol>
<h3 id="sick">Sick</h3>

<p><img src="https://i5.walmartimages.ca/images/Large/094/514/6000200094514.jpg" alt="apple" title="apple" /></p>

    <footer>
		<a href="mailto:scott@pantryofplants.ca" class="mail">Contact: scott@pantryofplants.ca <img src="../images/mail.svg" class="mail-2"></a>
		<p>© 2021 Pantry of Plants</p>
</footer>

  </body>
</html>