From e121ff0180b2469b55962d9389b7c32801edd8c0 Mon Sep 17 00:00:00 2001 From: ravenci <134-ravenci@git.qoto.org> Date: Sun, 15 Nov 2020 04:02:11 +0700 Subject: [PATCH] add line break on source code and contact info link --- public/index.html | 4 ++-- public/indexdark.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 7db7c50..6d58512 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ </body> <footer> <h6><a href="/mls/milestone.html">Milestone</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> +<h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<br><a href="https://git.qoto.org/ravenci/ravenci.qoto.io/">or you could click here</a></h6> +<h6>https://qoto.org/@ravenclaw/<br><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 8ee9854..0d1a3be 100644 --- a/public/indexdark.html +++ b/public/indexdark.html @@ -25,7 +25,7 @@ </body> <footer> <h6><a href="/mls/milestonedark.html">Milestone</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/ <a href="https://qoto.org/@ravenclaw/">or you could click here</a></h6> +<h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<br><a href="https://git.qoto.org/ravenci/ravenci.qoto.io/">or you could click here</a></h6> +<h6>https://qoto.org/<br><a href="https://qoto.org/@ravenclaw/">or you could click here</a></h6> </footer> </html> -- GitLab