From d8a65906362d014988cb6038ba40e6feb48f1f96 Mon Sep 17 00:00:00 2001
From: ravenci <7629374-ravenci@users.noreply.gitlab.com>
Date: Sat, 14 Nov 2020 06:47:45 +0700
Subject: [PATCH] fixed blank link on dark mode and a bit of link improvement

---
 public/index.html     | 12 ++++++------
 public/indexdark.html | 10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/public/index.html b/public/index.html
index 395b88e..a50ca32 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
 <title>Learn Frontend WebDev</title>
 <link rel='stylesheet' href="styles.css"/>
 <h1>Welcome to my page!</h1>
-<p><a href="indexdark.html">Toggle dark mode</a></p>
+<p><a href="index.html">Toggle dark mode</a></p>
 </head>
 <body>
 <h2>I made this page with the sole purpose to learn more about design with css, html, and javascript.</h2>
@@ -14,11 +14,11 @@
 <p>Well that's a good question. I can't even think of any single logical reason besides "well learning new things is kinda fun" </p>
 <h2>With all that out of the way. I would like to present you with my list of worthwhile link that consist of article, post or meme.</h2>
 <ul>
-<li><a href="https://cheatsheetseries.owasp.org">https://cheatsheetseries.owasp.org</a></li>
-<li><a href="https://ctftime.org">ctftime.org</a></li>
-<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair">Creating the perfect GPG keys</a></li>
-<li><a href="https://codeberg.org/crimeflare/cloudflare-tor">A detailed insight towards cloudflare centralized reverse-proxies</a></li>
-<li><a href="https://w3.org">w3.org</a></li>
+<li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li>
+<li><a href="https://ctftime.org/">https://ctftime.org/</a></li>
+<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair"></a>Creating a perfect GPG keys</li>
+<li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li>
+<li><a href="https://w3.org/">https://w3.org/</a></li>
 <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2>
 <h2>
 </h2>
diff --git a/public/indexdark.html b/public/indexdark.html
index 49d7983..e34ed4f 100644
--- a/public/indexdark.html
+++ b/public/indexdark.html
@@ -14,11 +14,11 @@
 <p>Well that's a good question. I can't even think of any single logical reason besides "well learning new things is kinda fun" </p>
 <h2>With all that out of the way. I would like to present you with my list of worthwhile link that consist of article, post or meme.</h2>
 <ul>
-<li><a href="https://cheatsheetseries.owasp.org">https://cheatsheetseries.owasp.org</a></li>
-<li><a href="https://ctftime.org">ctftime.org</a></li>
-<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair"></a></li>
-<li><a href="https://codeberg.org/crimeflare/cloudflare-tor"></a></li>
-<li><a href="https://w3.org"></a></li>
+<li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li>
+<li><a href="https://ctftime.org/">https://ctftime.org/</a></li>
+<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair"></a>Creating a perfect GPG keys</li>
+<li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li>
+<li><a href="https://w3.org/">https://w3.org/</a></li>
 <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2>
 <h2>
 </h2>
-- 
GitLab