diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 1d42018..e4b3529 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -20,6 +20,8 @@ | |||
20 | <button class="main-button two-columns" onclick="twocol()" title="Display events in two columns">2col</button> | 20 | <button class="main-button two-columns" onclick="twocol()" title="Display events in two columns">2col</button> |
21 | <button class="main-button three-columns" onclick="threecol()" title="Display events in three columns">3col</button> | 21 | <button class="main-button three-columns" onclick="threecol()" title="Display events in three columns">3col</button> |
22 | <button class="main-button four-columns" onclick="fourcol()" title="Display events in four columns">4col</button> | 22 | <button class="main-button four-columns" onclick="fourcol()" title="Display events in four columns">4col</button> |
23 | <button class="main-button dark-mode-button" onclick="darkmode()" title="Force dark mode">🌙</button> | ||
24 | <button class="main-button light-mode-button" onclick="lightmode()" title="Force light mode">☀️</button> | ||
23 | </div> | 25 | </div> |
24 | <div style="float: right; margin: 0"> | 26 | <div style="float: right; margin: 0"> |
25 | <button class="main-button" onclick="sort_by(random_sort)" title="Sort events randomly">rand</button> | 27 | <button class="main-button" onclick="sort_by(random_sort)" title="Sort events randomly">rand</button> |