diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:04:42 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:04:42 +0200 |
commit | 930cc4abfc6ef3f34d7bfcf24593decf9b80e145 (patch) | |
tree | 2b746486829a9cf72e4fbc7a8fe59a766df36912 /err/403.html | |
parent | css update to be more consistant with jozanofastor (diff) | |
download | gitjoe-www-930cc4abfc6ef3f34d7bfcf24593decf9b80e145.tar.gz gitjoe-www-930cc4abfc6ef3f34d7bfcf24593decf9b80e145.tar.bz2 gitjoe-www-930cc4abfc6ef3f34d7bfcf24593decf9b80e145.tar.xz gitjoe-www-930cc4abfc6ef3f34d7bfcf24593decf9b80e145.tar.zst gitjoe-www-930cc4abfc6ef3f34d7bfcf24593decf9b80e145.zip |
Added meta infos
Diffstat (limited to 'err/403.html')
-rw-r--r-- | err/403.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/err/403.html b/err/403.html index ca9ae21..62b79ca 100644 --- a/err/403.html +++ b/err/403.html @@ -21,8 +21,12 @@ <html> <head> <title>GitJoe - 403</title> - <link rel="stylesheet" type="text/css" href="../../../css/site.css"> <meta charset="UTF-8"> + <meta name="robots" content="noindex, nofollow"> + <meta name="description" content="Free git hosting for everyone"> + <meta name="keywords" content="git, hosting, server, self-hosted, independent"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> + <link rel="stylesheet" type="text/css" href="../../../css/site.css"> </head> <body> <div class="fullpage"> @@ -35,7 +39,7 @@ <li><a href="../users/salad/">salad</a></li> <li><a href="../users/salad-joe/">salad-joe</a></li> <hr> - <li><a href="https://jozanofastora.xyz/">Joe's dev blog</a></li> + <li><a href="https://jozanofastora.xyz/">Joe's Organic E-Space</a></li> </ul> </div> <div class="body-contents"> |