changeset 26:20fa84102643

add loginbar
author drewp@bigasterisk.com
date Thu, 29 Jun 2023 13:57:47 -0700
parents bf860a23d0c1
children 27a754f8e8f8
files src/index.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.html	Thu Jun 29 13:57:34 2023 -0700
+++ b/src/index.html	Thu Jun 29 13:57:47 2023 -0700
@@ -7,6 +7,11 @@
     <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>