Update Recipe Template
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user