Mercurial > code > home > repos > video
diff src/ingest/index.html @ 13:b73941c4dc0a
more wip on ingest page; shared styles
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Apr 2023 16:11:23 -0700 |
parents | 9e94454560de |
children | 1a9a8af1aa19 |
line wrap: on
line diff
--- a/src/ingest/index.html Sat Apr 15 15:20:12 2023 -0700 +++ b/src/ingest/index.html Sat Apr 15 16:11:23 2023 -0700 @@ -2,10 +2,13 @@ <html> <head> <title>video on bigasterisk</title> - <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> + <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>