From 6b75b414c1ba311aeaca97fd340824372b2bd4fc Mon Sep 17 00:00:00 2001
From: John Xina <bingchilling@riseup.net>
Date: Thu, 13 Jul 2023 20:28:18 +0800
Subject: [PATCH] Add several outlinks

---
 templates/bar.html   | 6 +++---
 templates/error.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/bar.html b/templates/bar.html
index 0cf5b98..df0d6c5 100644
--- a/templates/bar.html
+++ b/templates/bar.html
@@ -85,8 +85,8 @@
   </div>
 </div>
 <footer>
-  <div><a href="#">RAT Ain't Tieba</a></div>
-  <div><a href="#">自豪地以 AGPLv3 释出</a></div>
-  <div><a href="#">源代码</a></div>
+  <div><a href="https://0xacab.org/johnxina/rat">RAT Ain't Tieba</a></div>
+  <div><a href="https://0xacab.org/johnxina/rat/-/blob/no-masters/LICENSE">自豪地以 AGPLv3 释出</a></div>
+  <div><a href="https://0xacab.org/johnxina/rat">源代码</a></div>
 </footer>
 </body>
diff --git a/templates/error.html b/templates/error.html
index ce6b440..127e2cc 100644
--- a/templates/error.html
+++ b/templates/error.html
@@ -18,8 +18,8 @@
     <h1>{{ msg }}</h1>
   </div>
   <footer>
-    <div><a href="#">RAT Ain't Tieba</a></div>
-    <div><a href="#">自豪地以 AGPLv3 释出</a></div>
-    <div><a href="#">源代码</a></div>
+    <div><a href="https://0xacab.org/johnxina/rat">RAT Ain't Tieba</a></div>
+    <div><a href="https://0xacab.org/johnxina/rat/-/blob/no-masters/LICENSE">自豪地以 AGPLv3 释出</a></div>
+    <div><a href="https://0xacab.org/johnxina/rat">源代码</a></div>
   </footer>
 </body>
-- 
GitLab