Add recipe template
Add two recipes
This commit is contained in:
24
odin-recipes/template.html
Normal file
24
odin-recipes/template.html
Normal 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>
|
||||
Reference in New Issue
Block a user