Moved the dark mode checkbox
Will turn into icon later maybe
This commit is contained in:
parent
7e70aebe58
commit
ee394b7d24
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user