Mercurial > code > home > repos > video
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ingest/index.html Sat Apr 15 15:18:18 2023 -0700 @@ -0,0 +1,17 @@ +<!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>