Add recipe template

Add two recipes
This commit is contained in:
Dan
2024-09-18 00:19:46 -04:00
parent 03451d5900
commit 6240713ae2
4 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
</head>
<body>
<h1>Recipe Name/h1>
<img src="url">
<br>
Description
<br>
<h2>Ingredients</h2>
<ul>
<li></li>
</ul>
<br>
<h2>Steps</h2>
<ol>
<li></li>>
</ol>
</body>
</html>