annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
4 <title>video on bigasterisk</title>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
5 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
6 <script type="module" src="./main.ts"></script>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
7 </head>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
8 <body>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
9
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
10 <h1>Video library ingest</h1>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
11 <ingest-drop></ingest-drop>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
12
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
13 <h2>Processing</h2>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
14 <ingest-status></ingest-status>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
15
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
16 </body>
9e94454560de some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
diff changeset
17 </html>