diff options
author | Gitea <gitea@fake.local> | 2021-03-13 14:34:54 -0600 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-03-13 14:34:54 -0600 |
commit | d5f2c72acd877acbb3683b50cfbbe9f3c0d98af3 (patch) | |
tree | d7ef02c50f80e7346acdbfe2fefceb25f57e4671 /src/html/404.html | |
parent | 8a0a3a00e75dc2351a7218d0059b87f7e9345871 (diff) |
Add meta description and sitemap
Diffstat (limited to 'src/html/404.html')
-rw-r--r-- | src/html/404.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/html/404.html b/src/html/404.html index e992326..8ef209d 100644 --- a/src/html/404.html +++ b/src/html/404.html @@ -2,10 +2,11 @@ <html lang="en"> <head> - <title>Mark's Kitchen - Email</title> + <title>Mark's Kitchen - Not found</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <meta name="description" content="Page not found"> </head> <body> @@ -18,4 +19,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |