comparison src/index.html @ 26:20fa84102643

add loginbar
author drewp@bigasterisk.com
date Thu, 29 Jun 2023 13:57:47 -0700
parents 1a9a8af1aa19
children 44bd161e4779
comparison
equal deleted inserted replaced
25:bf860a23d0c1 26:20fa84102643
5 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> 6 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
7 <script type="module" src="./main.ts"></script> 7 <script type="module" src="./main.ts"></script>
8 </head> 8 </head>
9 <body style="background: #020f16" class="sl-theme-dark"> 9 <body style="background: #020f16" class="sl-theme-dark">
10
10 <video-page></video-page> 11 <video-page></video-page>
12
13 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
14 <bigast-loginbar></bigast-loginbar>
15
11 </body> 16 </body>
12 </html> 17 </html>