Mercurial > code > home > repos > video
annotate src/index.html @ 24:1a9a8af1aa19
breadcrumbs and tree view UI
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:35:18 -0700 |
parents | ff73b95fc72f |
children | 20fa84102643 |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
2
78c1a2983010
rewrite UI and file serving parts; use vite
drewp@bigasterisk.com
parents:
0
diff
changeset
|
4 <title>video on bigasterisk</title> |
22
ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
5 <meta name="viewport" content="width=device-width, initial-scale=1"> |
9
9e94454560de
some vite cleanup and a test of the ingest/ page
drewp@bigasterisk.com
parents:
2
diff
changeset
|
6 <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:
2
diff
changeset
|
7 <script type="module" src="./main.ts"></script> |
0 | 8 </head> |
24 | 9 <body style="background: #020f16" class="sl-theme-dark"> |
0 | 10 <video-page></video-page> |
11 </body> | |
12 </html> |