Mercurial > code > home > repos > front-door-display
view src/index.html @ 5:d97a5930db7e
closer
author | drewp@bigasterisk.com |
---|---|
date | Wed, 06 Mar 2024 16:38:58 -0800 |
parents | 045013c772ed |
children | deb0c25655eb |
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> <fd-week-guide></fd-week-guide> <fd-upcoming-events></fd-upcoming-events> <iframe src="/fingerprint/"></iframe> <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>