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> </head>
<body> <body>
<div class="title"> <div class="title">
<h1>Recipe Name/h1> <h1>Recipe Name</h1>
</div> </div>
<img src="url"> <img class="mainphoto" src="url">
<br> <br>
<div class="desc">
Description Description
<br> </div>
<hr>
<div class="ingredients">
<h2>Ingredients</h2> <h2>Ingredients</h2>
<ul> <ul>
<li></li> <li></li>
</ul> </ul>
</div>
<br> <br>
<div class="steps">
<h2>Steps</h2> <h2>Steps</h2>
<ol> <ol>
<li></li>> <li></li>
</ol> </ol>
</div>
</body> </body>
</html> </html>