Mercurial > code > home > repos > video
diff index.html @ 2:78c1a2983010
rewrite UI and file serving parts; use vite
author | drewp@bigasterisk.com |
---|---|
date | Mon, 20 Mar 2023 20:26:02 -0700 |
parents | 3f2da406c788 |
children |
line wrap: on
line diff
--- a/index.html Tue Jul 21 23:29:59 2020 -0700 +++ b/index.html Mon Mar 20 20:26:02 2023 -0700 @@ -1,21 +1,9 @@ <!DOCTYPE html> <html> <head> - <script src="shaka-player/dist/shaka-player.compiled.debug.js"></script> - <script type="module" src="build/bundle.js"></script> - <style> - body { - margin: 0; - height: 100vh; - background: radial-gradient( - ellipse at center, - #162c4a 0%, - #0c2236 36%, - #020f16 100% - ); - } - - </style> + <title>video on bigasterisk</title> + <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" /> + <script type="module" src="src/main.ts"></script> </head> <body> <video-page></video-page>