summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-03-20 17:06:04 +0100
committeryuzu-eva <stevenhu@web.de>2023-03-20 17:06:04 +0100
commitd34cc22d958cc33b03f5e1d097629c0c61f9c57d (patch)
treeb47a93838240b75bb88ffb305bd1fa82a6893876 /index.html
parent6d919f453fd39a96f3999f5249aa3a17fe5740d6 (diff)
added recipes
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 389c3ec..58d5a85 100644
--- a/index.html
+++ b/index.html
@@ -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>