fixe file endings

master
lub 2 days ago
parent 8b32359c47
commit 892ca9d7c3

@ -37,4 +37,3 @@ Or alternatively with `/addwidget`:
``` ```
/addwidget https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00 /addwidget https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00
``` ```

@ -16,4 +16,4 @@
</span> </span>
<script src="main.js?1602704189"></script> <script src="main.js?1602704189"></script>

@ -3,4 +3,4 @@ body {
color: #0f0; color: #0f0;
font-family: monospace; font-family: monospace;
font-size: 3rem; font-size: 3rem;
} }

@ -33,4 +33,4 @@ const update_all = () => {
document.getElementById('output').innerHTML = countdown(hash_date); document.getElementById('output').innerHTML = countdown(hash_date);
} }
update_all(); update_all();
setInterval(update_all, 500); setInterval(update_all, 500);

Loading…
Cancel
Save