diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -19,8 +19,12 @@ <html> <head> <title>GitJoe</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"> |