Mercurial > code > home > repos > video
view index.html @ 6:ccfea3625cf6
render thumbs and display them (no video player at all atm)
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Apr 2023 18:02:25 -0700 |
parents | 78c1a2983010 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <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> </body> </html>