mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 15:15:39 -06:00
9 lines
222 B
HTML
9 lines
222 B
HTML
<div class="switch-wrapper">
|
|
<div class="sun"></div>
|
|
<div class="toggle-wrapper">
|
|
<input id="switch" type="checkbox" />
|
|
<label for="switch" id="toggle">Toggle</label>
|
|
</div>
|
|
<div class="moon"></div>
|
|
</div>
|