Mercurial > code > home > repos > video
view src/ingest/index.html @ 22:ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:33:05 -0700 |
parents | b73941c4dc0a |
children | 1a9a8af1aa19 |
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> <div id="path-segs"> <span><a href="../">TOP</a></span> </div> <h1>Video library ingest</h1> <ingest-drop></ingest-drop> <h2>Processing</h2> <ingest-status></ingest-status> </body> </html>