Moved the dark mode checkbox

Will turn into icon later maybe
This commit is contained in:
Preston 2024-10-01 10:34:43 -07:00 committed by GitHub
parent 7e70aebe58
commit ee394b7d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,9 @@
<body>
<h1>Welcome to EaglerCraftX</h1 class="title">
<label for="darkMode">Dark Mode</label>
<input type="checkbox" id="darkMode">
<p>Site views counter:</p>
<div align='center'><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div>
<p>These clients might be outdated.</p>
@ -30,8 +33,6 @@
<label for="mobileCheckbox">Mobile Checkbox</label>
<input type="checkbox" id="mobileCheckbox">
<label for="darkMode">Dark Mode</label>
<input type="checkbox" id="darkMode">
<div class="search-container">
<input type="text" id="search-bar" placeholder="Search Clients...">
</div>