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 /static/about.html | |
| parent | 6d919f453fd39a96f3999f5249aa3a17fe5740d6 (diff) | |
added recipes
Diffstat (limited to 'static/about.html')
| -rw-r--r-- | static/about.html | 10 |
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> |
