diff options
Diffstat (limited to 'views/partials/settings.ejs')
| -rw-r--r-- | views/partials/settings.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs new file mode 100644 index 0000000..91cb348 --- /dev/null +++ b/views/partials/settings.ejs @@ -0,0 +1,6 @@ +<div id="settings"> + <button class="open">@</button> + <form class="inner"> + <input type="text" name="bg"> + </form> +</div>
\ No newline at end of file |
