From 1aa8255d4b6f587597b5da4f317ff92c8283a57a Mon Sep 17 00:00:00 2001
From: ravenci <7629374-ravenci@users.noreply.gitlab.com>
Date: Sat, 14 Nov 2020 06:54:51 +0700
Subject: [PATCH] fixed dark mode

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index a50ca32..d47eaba 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="index.html">Toggle dark mode</a></p>
+<p><a href="indexdark.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>
-- 
GitLab