summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-15 18:55:05 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-15 18:55:05 -0600
commit6ffde20364ce3b56c0f4bacdc440a646a8af4cc0 (patch)
tree5dcb426305ebd2d294fab50b24dc6656486cbbd1 /index.html
parentcdaf4b1fd9b2213669b0d8bf06207efefedb6f17 (diff)
added dark mode toggle
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8f0e28b..83361b8 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,9 @@
</head>
<body>
-
+ <div class="dark-mode-container">
+ <input type="checkbox" id="--dark-theme-check">Dark Mode</input>
+ </div>
<h1>Christian Hodgden</h1>
<p>
Welcome to my website! It is currently under development.