view index.html @ 2:78c1a2983010

rewrite UI and file serving parts; use vite
author drewp@bigasterisk.com
date Mon, 20 Mar 2023 20:26:02 -0700
parents 3f2da406c788
children
line wrap: on
line source

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