mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
deploy: 57361be9e3
This commit is contained in:
parent
29ff6d7b83
commit
98c6d1e2ba
1 changed files with 10 additions and 0 deletions
|
|
@ -1,6 +1,16 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<section id="todo">
|
||||||
|
<h2>Remaining website to-dos</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Add theme persistency javascript with unset button</li>
|
||||||
|
<li>Hide theme buttons if javascript is disabled; rely solely on preferred color scheme</li>
|
||||||
|
<li>Make light and dark color schemes better and more interesting</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue