Mercurial > code > home > repos > video
view src/index.html @ 19:f0a773084a2e
add shoelace
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 00:42:27 -0700 |
parents | 9e94454560de |
children | ff73b95fc72f |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>video on bigasterisk</title> <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> <script type="module" src="./main.ts"></script> </head> <body> <video-page></video-page> </body> </html>