annotate src/index.html @ 16:719c8cc4d8b2

electricity report
author drewp@bigasterisk.com
date Thu, 06 Jun 2024 17:52:46 -0700
parents deb0c25655eb
children 472003015880
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
drewp@bigasterisk.com
parents:
diff changeset
4 <meta charset="utf-8" />
drewp@bigasterisk.com
parents:
diff changeset
5 <title>front-door-display</title>
1
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
6 <meta http-equiv="refresh" content="3600" />
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
7 <!--auth timeout workaround-->
0
drewp@bigasterisk.com
parents:
diff changeset
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
3
045013c772ed vite paths; mockup of lcd page
drewp@bigasterisk.com
parents: 1
diff changeset
9 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
045013c772ed vite paths; mockup of lcd page
drewp@bigasterisk.com
parents: 1
diff changeset
10 <script type="module" src="./main.ts"></script>
0
drewp@bigasterisk.com
parents:
diff changeset
11 </head>
drewp@bigasterisk.com
parents:
diff changeset
12 <body>
13
deb0c25655eb cleanup, add FdClock and Countdown
drewp@bigasterisk.com
parents: 3
diff changeset
13 <div><fd-week-guide></fd-week-guide><fd-clock></fd-clock></div>
0
drewp@bigasterisk.com
parents:
diff changeset
14 <fd-upcoming-events></fd-upcoming-events>
13
deb0c25655eb cleanup, add FdClock and Countdown
drewp@bigasterisk.com
parents: 3
diff changeset
15 <fd-countdown></fd-countdown>
16
719c8cc4d8b2 electricity report
drewp@bigasterisk.com
parents: 13
diff changeset
16 <fd-electricity></fd-electricity>
1
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
17 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
18 <bigast-loginbar></bigast-loginbar>
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
19 <script>
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
20 // try doing a fetch test to see if reload is likely to work, and only then do a reload
33178e5e356e old updates
drewp@bigasterisk.com
parents: 0
diff changeset
21 </script>
0
drewp@bigasterisk.com
parents:
diff changeset
22 </body>
drewp@bigasterisk.com
parents:
diff changeset
23 </html>