view src/index.html @ 49:1bd17c2e5517 default tip

video.py must sign video urls for serve-files.js to serve them
author drewp@bigasterisk.com
date Fri, 06 Dec 2024 17:13:51 -0800
parents 44bd161e4779
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>video on bigasterisk</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
    <script type="module" src="./main.ts"></script>
  </head>
  <body style="background: #020f16" class="sl-theme-dark">

    <video-page></video-page>

    <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>

  </body>
</html>