Mercurial > code > home > repos > video
view src/ingest/index.html @ 24:1a9a8af1aa19
breadcrumbs and tree view UI
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:35:18 -0700 |
parents | b73941c4dc0a |
children |
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 class="sl-theme-dark"> <sl-breadcrumb> <sl-breadcrumb-item><a href="../"><sl-icon name="house"></sl-icon>TOP</a></sl-breadcrumb-item> </sl-breadcrumb> <h1>Video library ingest</h1> <ingest-drop></ingest-drop> <h2>Processing</h2> <ingest-status></ingest-status> </body> </html>