Update Recipe Template
This commit is contained in:
@@ -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>
|
||||
Description
|
||||
<div class="desc">
|
||||
Description
|
||||
</div>
|
||||
<hr>
|
||||
<div class="ingredients">
|
||||
|
||||
<h2>Ingredients</h2>
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<h2>Ingredients</h2>
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
<br>
|
||||
<h2>Steps</h2>
|
||||
<ol>
|
||||
<li></li>>
|
||||
</ol>
|
||||
<div class="steps">
|
||||
<h2>Steps</h2>
|
||||
<ol>
|
||||
<li></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user