Mercurial > code > home > repos > front-door-display
view src/index.html @ 13:deb0c25655eb
cleanup, add FdClock and Countdown
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 16:39:51 -0700 |
parents | 045013c772ed |
children | 719c8cc4d8b2 |
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> </head> <body> <div><fd-week-guide></fd-week-guide><fd-clock></fd-clock></div> <fd-upcoming-events></fd-upcoming-events> <fd-countdown></fd-countdown> <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> <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>