From aa746ef760022a747ec381c9a060c99ea3457b08 Mon Sep 17 00:00:00 2001 From: ravenci <134-ravenci@git.qoto.org> Date: Sat, 14 Nov 2020 14:25:01 +0700 Subject: [PATCH] fixed source link --- public/index.html | 7 ++----- public/indexdark.html | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 81750a0..bb45ded 100644 --- a/public/index.html +++ b/public/index.html @@ -24,10 +24,7 @@ </h2> </body> <footer> -<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> +<h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<a href="https://git.qoto.org/ravenci/ravenci.qoto.io/"> or you could click here</a></h6> +<h6>https://qoto.org/@ravenclaw/<a href="https://qoto.org/@ravenclaw/"> or you could click here</a></h6> </footer> </html> - diff --git a/public/indexdark.html b/public/indexdark.html index 0e805c4..72b07c9 100644 --- a/public/indexdark.html +++ b/public/indexdark.html @@ -24,10 +24,7 @@ </h2> </body> <footer> -<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> +<h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<a href="https://git.qoto.org/ravenci/ravenci.qoto.io/"> or you could click here</a></h6> +<h6><a href="https://qoto.org/@ravenclaw/"> or you could click here</a></h6> </footer> </html> - -- GitLab