comparison src/index.html @ 1:33178e5e356e

old updates
author drewp@bigasterisk.com
date Tue, 05 Mar 2024 16:20:04 -0800
parents index.html@d09d690419e0
children 045013c772ed
comparison
equal deleted inserted replaced
0:d09d690419e0 1:33178e5e356e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <title>front-door-display</title>
6 <meta http-equiv="refresh" content="3600" />
7 <!--auth timeout workaround-->
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" />
10 <script type="module" src="src/main.ts"></script>
11 </head>
12 <body>
13 <fd-week-guide></fd-week-guide>
14 <fd-upcoming-events></fd-upcoming-events>
15 <iframe src="/fingerprint/"></iframe>
16 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
17 <bigast-loginbar></bigast-loginbar>
18 <script>
19 // try doing a fetch test to see if reload is likely to work, and only then do a reload
20 </script>
21 </body>
22 </html>