diff options
Diffstat (limited to '')
| -rw-r--r-- | inc/classic-contents.html | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/inc/classic-contents.html b/inc/classic-contents.html index f06d947..35c33a2 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -20,8 +20,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"> @@ -36,7 +40,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> | 
