Mercurial > code > home > repos > video
view 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 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>video on bigasterisk</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> <script type="module" src="./main.ts"></script> </head> <body style="background: #020f16" class="sl-theme-dark"> <video-page></video-page> </body> </html>