From 6a7a12ec5d7f85683a9476a9533ec6647fa2ed1f Mon Sep 17 00:00:00 2001
From: ravenci <7629374-ravenci@users.noreply.gitlab.com>
Date: Sat, 14 Nov 2020 06:39:42 +0700
Subject: [PATCH] fix source link

---
 public/{style.css => archived.style.css} | 0
 public/index.html                        | 4 ++--
 public/indexdark.html                    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename public/{style.css => archived.style.css} (100%)

diff --git a/public/style.css b/public/archived.style.css
similarity index 100%
rename from public/style.css
rename to public/archived.style.css
diff --git a/public/index.html b/public/index.html
index 4e41e69..395b88e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,8 +24,8 @@
 </h2>
 </body>
 <footer>
-<h6>https://gitlab.com/ravenci/learnwebdev
-<a href="https://gitlab.com/ravenci/learnwebdev/"> or you could click here</a>
+<h6>https://gitlab.com/ravenci/ravenci.gitlab.io
+<a href="https://gitlab.com/ravenci/ravenci.gitlab.io"> or you could click here</a>
 </h6>
 <h6><a href="https://qoto.org/@ravenclaw"> or click here</a></h6>
 </footer>
diff --git a/public/indexdark.html b/public/indexdark.html
index c5f4adf..49d7983 100644
--- a/public/indexdark.html
+++ b/public/indexdark.html
@@ -24,8 +24,8 @@
 </h2>
 </body>
 <footer>
-<h6>https://gitlab.com/ravenci/learnwebdev
-<a href="https://gitlab.com/ravenci/learnwebdev/"> or you could click here</a>
+<h6>https://gitlab.com/ravenci/ravenci.gitlab.io
+<a href="https://gitlab.com/ravenci/ravenci.gitlab.io"> or you could click here</a>
 </h6>
 <h6><a href="https://qoto.org/@ravenclaw"> or click here</a></h6>
 </footer>
-- 
GitLab