view src/index.html @ 21:111a41817968

shoelace progress bar (untested)
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 00:43:37 -0700
parents 9e94454560de
children ff73b95fc72f
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>video on bigasterisk</title>
    <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
    <script type="module" src="./main.ts"></script>
  </head>
  <body>
    <video-page></video-page>
  </body>
</html>