Update Recipe Template

This commit is contained in:
Dan
2024-09-25 14:00:13 -04:00
parent 8a284ccd7d
commit ce1b0cd240

View File

@@ -8,20 +8,28 @@
</head>
<body>
<div class="title">
<h1>Recipe Name/h1>
<h1>Recipe Name</h1>
</div>
<img src="url">
<img class="mainphoto" src="url">
<br>
<div class="desc">
Description
<br>
</div>
<hr>
<div class="ingredients">
<h2>Ingredients</h2>
<ul>
<li></li>
</ul>
</div>
<br>
<div class="steps">
<h2>Steps</h2>
<ol>
<li></li>>
<li></li>
</ol>
</div>
</body>
</html>