diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
| commit | 9de361d8d774b073ad34d8e5700e76cd7681a3f8 (patch) | |
| tree | e549839cdb15fd59e7f658ada07e2d0d2af7c3f0 /static/recipes/overview.html | |
| parent | 8e9cc12e4806eb830515a585ac481c6f37a92f2f (diff) | |
added more images, restyled home page
Diffstat (limited to 'static/recipes/overview.html')
| -rw-r--r-- | static/recipes/overview.html | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/static/recipes/overview.html b/static/recipes/overview.html index 33b0fb2..6ccf1c7 100644 --- a/static/recipes/overview.html +++ b/static/recipes/overview.html @@ -32,20 +32,24 @@ </div> <main> - <div> - <ul id="recipe-list"> - <li id="recipe-item"> - <a href="./pizza.html">Pizza</a> - </li> - <li id="recipe-item"> - <a href="./oyakodon.html">Oyakodon</a> - </li> - <li id="recipe-item"> - <a href="./omurice.html">Omurice</a> - </li> - </ul> - </div> + <ul class="recipe-list"> + <li class="recipe-item"> + <a href="./pizza.html">Pizza</a> + </li> + <li class="recipe-item"> + <a href="./oyakodon.html">Oyakodon</a> + </li> + <li class="recipe-item"> + <a href="./omurice.html">Omurice</a> + </li> + </ul> </main> + + <footer> + <div class="wrapper-centered"> + <p>Bottom Text</p> + </div> + </footer> </body> <script src=""></script> |
