0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <meta charset="utf-8" />
|
|
5 <title>front-door-display</title>
|
1
|
6 <meta http-equiv="refresh" content="3600" />
|
|
7 <!--auth timeout workaround-->
|
0
|
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
|
3
|
9 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
|
|
10 <script type="module" src="./main.ts"></script>
|
0
|
11 </head>
|
|
12 <body>
|
13
|
13 <div><fd-week-guide></fd-week-guide><fd-clock></fd-clock></div>
|
0
|
14 <fd-upcoming-events></fd-upcoming-events>
|
13
|
15 <fd-countdown></fd-countdown>
|
16
|
16 <fd-electricity></fd-electricity>
|
1
|
17 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
|
|
18 <bigast-loginbar></bigast-loginbar>
|
|
19 <script>
|
|
20 // try doing a fetch test to see if reload is likely to work, and only then do a reload
|
|
21 </script>
|
0
|
22 </body>
|
|
23 </html>
|