Mercurial > code > home > repos > front-door-display
view src/index.html @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | 472003015880 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>front-door-display</title> <meta http-equiv="refresh" content="3600" /> <!--auth timeout workaround--> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> <script type="module" src="./main.ts"></script> <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> </head> <body> <div id="grid"> <fd-week-guide></fd-week-guide> <fd-clock></fd-clock> <fd-upcoming-events></fd-upcoming-events> <fd-countdown></fd-countdown> <fd-electricity></fd-electricity> </div> <bigast-loginbar></bigast-loginbar> <script> // try doing a fetch test to see if reload is likely to work, and only then do a reload </script> </body> </html>