summaryrefslogtreecommitdiff
path: root/static/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/about.html')
-rw-r--r--static/about.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/about.html b/static/about.html
index a7d2cff..c5750c7 100644
--- a/static/about.html
+++ b/static/about.html
@@ -2,10 +2,11 @@
<html lang="en-US">
<head>
- <title>Website About</title>
+ <title>About yuzu-eva's odin project</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=devide-width,initial-scale=1">
- <link rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="./style.css">
+ <link rel="icon" type="image/x-icon" href="../images/favicon.ico" sizes="16x16">
</head>
<body>
@@ -16,7 +17,10 @@
<a href="../index.html">Home</a>
</li>
<li>
- <a href="about.html">About</a>
+ <a href="./about.html">About</a>
+ </li>
+ <li>
+ <a href="./recipes/overview.html">Recipes</a>
</li>
</ul>
</nav>