diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-14 03:30:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-14 03:30:22 (GMT) |
commit | deaa31e2269b4f13ddf777a4c05a57dc26d7bba1 (patch) | |
tree | fc87d180d9d3ec933d49abbda7c7af6b3433bc35 /www/todo.html | |
parent | 39e95df6f4a2677bb0023c1b787c7cef0ebaee25 (diff) |
add week badge
Diffstat (limited to 'www/todo.html')
-rw-r--r-- | www/todo.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/todo.html b/www/todo.html index 8479c98..0b7cdf5 100644 --- a/www/todo.html +++ b/www/todo.html @@ -16,7 +16,10 @@ <body> <div id="container"> <div id="header"> - <div class="date">--.--.----</div> + <div> + <span class="date">--.--.----</span> + <span class="week"></span> + </div> <div id="control"> </div> </div> |