diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-20 17:06:04 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-20 17:06:04 +0100 |
| commit | d34cc22d958cc33b03f5e1d097629c0c61f9c57d (patch) | |
| tree | b47a93838240b75bb88ffb305bd1fa82a6893876 /index.html | |
| parent | 6d919f453fd39a96f3999f5249aa3a17fe5740d6 (diff) | |
added recipes
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,6 +6,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=devide-width,initial-scale=1"> <link rel="stylesheet" href="static/style.css"> + <link rel="icon" type="image/x-icon" href="images/favicon.ico" sizes="16x16"> + </head> <body> @@ -18,6 +20,9 @@ <li> <a href="static/about.html">About</a> </li> + <li> + <a href="static/recipes/overview.html">Recipes</a> + </li> </ul> </nav> @@ -58,7 +63,7 @@ </ol> </div> <div id="img-wrapper"> - <img src="./images/dog.jpg" alt="This is a cute picture of a dog"> + <img src="./images/big-dick.jpg" alt="This is a picture of Konata from Lucky Star with a hoodie that says 'big dick is back in town'"> </div> </main> </body> |
