Mercurial > code > home > repos > video
view src/index.html @ 26:20fa84102643
add loginbar
author | drewp@bigasterisk.com |
---|---|
date | Thu, 29 Jun 2023 13:57:47 -0700 |
parents | 1a9a8af1aa19 |
children | 44bd161e4779 |
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> <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> <bigast-loginbar></bigast-loginbar> </body> </html>