mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-06 14:56:58 +02:00
11 lines
363 B
HTML
11 lines
363 B
HTML
<div class="menu">
|
|
<button class="menu-button" title="Open Menu">
|
|
<div class="icon">{{ readFile "static/show-sidebar.svg" | safeHTML }}</div>
|
|
Table of Contents
|
|
</button>
|
|
<form class="dark-mode-form">
|
|
<label for="dark_mode">Dark Mode?</label>
|
|
<input type="checkbox" id="dark_mode" name="dark_mode" />
|
|
</form>
|
|
</div>
|