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