1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-06 14:56:58 +02:00
Files
phpapprentice/layouts/partials/menu_button.html
2020-02-02 14:39:58 -06:00

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>