Mercurial > code > home > repos > video
view src/ingest/index.html @ 9:9e94454560de
some vite cleanup and a test of the ingest/ page
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Apr 2023 15:18:18 -0700 |
parents | |
children | b73941c4dc0a |
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> <h1>Video library ingest</h1> <ingest-drop></ingest-drop> <h2>Processing</h2> <ingest-status></ingest-status> </body> </html>