Files
gpt_academic/docs/assets/html/appearance_switcher.html
2023-06-27 13:59:44 +08:00

9 lines
247 B
HTML

<div style="display: flex; justify-content: space-between;">
<span>
<label class="apSwitch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="apSlider"></div>
</label>
</span>
</div>