diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:03:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:03:52 +0200 |
commit | 17d705045fae2a770d1337b98afb31e12310582b (patch) | |
tree | a1665e2dae33f4f2c43379fc347b8c4fff4e2c2d /err | |
parent | update (diff) | |
download | joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.gz joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.bz2 joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.xz joe-www-17d705045fae2a770d1337b98afb31e12310582b.tar.zst joe-www-17d705045fae2a770d1337b98afb31e12310582b.zip |
Added meta infos and reworked titles
Diffstat (limited to 'err')
-rw-r--r-- | err/403.html | 8 | ||||
-rw-r--r-- | err/404.html | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/err/403.html b/err/403.html index 69a3cae..a9ca4ec 100644 --- a/err/403.html +++ b/err/403.html @@ -20,9 +20,13 @@ <html> <head> - <title>Joe's own website - 403</title> - <link rel="stylesheet" type="text/css" href="../css/site.css"> + <title>Joe's 403</title> <meta charset="UTF-8"> + <meta name="robots" content="noindex, nofollow"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> + <link rel="stylesheet" type="text/css" href="../css/site.css"> </head> <body> <div class="fullpage"> diff --git a/err/404.html b/err/404.html index 8f8ce93..ec110ca 100644 --- a/err/404.html +++ b/err/404.html @@ -20,9 +20,13 @@ <html> <head> - <title>Joe's own website - 404</title> - <link rel="stylesheet" type="text/css" href="../css/site.css"> + <title>Joe's 404</title> <meta charset="UTF-8"> + <meta name="robots" content="noindex, nofollow"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> + <link rel="stylesheet" type="text/css" href="../css/site.css"> </head> <body> <div class="fullpage"> |