view 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
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>front-door-display</title>
    <meta http-equiv="refresh" content="3600" />
    <!--auth timeout workaround-->
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" />
    <script type="module" src="src/main.ts"></script>
  </head>
  <body>
    <fd-week-guide></fd-week-guide>
    <fd-upcoming-events></fd-upcoming-events>
    <iframe src="/fingerprint/"></iframe>
    <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
    <bigast-loginbar></bigast-loginbar>
    <script>
      // try doing a fetch test to see if reload is likely to work, and only then do a reload
    </script>
  </body>
</html>