diff options
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> |
