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 /license.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 'license.html')
-rw-r--r-- | license.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/license.html b/license.html index 269ef82..472c71d 100644 --- a/license.html +++ b/license.html @@ -19,8 +19,12 @@ <html> <head> <title>GitJoe - LICENSE</title> - <link rel="stylesheet" type="text/css" href="css/site.css"> <meta charset="UTF-8"> + <meta name="robots" content="index, follow"> + <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"> @@ -33,7 +37,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"> |