Mercurial > code > home > repos > front-door-display
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:4092f674046d | 13:deb0c25655eb |
---|---|
8 <meta name="viewport" content="width=device-width, initial-scale=1" /> | 8 <meta name="viewport" content="width=device-width, initial-scale=1" /> |
9 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> | 9 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> |
10 <script type="module" src="./main.ts"></script> | 10 <script type="module" src="./main.ts"></script> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <fd-week-guide></fd-week-guide> | 13 <div><fd-week-guide></fd-week-guide><fd-clock></fd-clock></div> |
14 <fd-upcoming-events></fd-upcoming-events> | 14 <fd-upcoming-events></fd-upcoming-events> |
15 <iframe src="/fingerprint/"></iframe> | 15 <fd-countdown></fd-countdown> |
16 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> | 16 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> |
17 <bigast-loginbar></bigast-loginbar> | 17 <bigast-loginbar></bigast-loginbar> |
18 <script> | 18 <script> |
19 // try doing a fetch test to see if reload is likely to work, and only then do a reload | 19 // try doing a fetch test to see if reload is likely to work, and only then do a reload |
20 </script> | 20 </script> |