From 930cc4abfc6ef3f34d7bfcf24593decf9b80e145 Mon Sep 17 00:00:00 2001
From: Joe <bousset.rudy@gmail.com>
Date: Sat, 30 Apr 2022 14:04:42 +0200
Subject: Added meta infos

---
 err/403.html | 8 ++++++--
 err/404.html | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

(limited to 'err')

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">
diff --git a/err/404.html b/err/404.html
index ba7db07..00650b0 100644
--- a/err/404.html
+++ b/err/404.html
@@ -21,8 +21,12 @@
 <html>
 	<head>
 		<title>GitJoe - 404</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">
-- 
cgit v1.2.3