diff --git a/public/index.html b/public/index.html
index a50ca32556bff4c9378a87c890c67bd3787b083d..d47eaba799069af200b6adecc3e206e8bc8c44d6 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>