diff index.html @ 0:3f2da406c788

start
author drewp@bigasterisk.com
date Tue, 21 Jul 2020 23:28:04 -0700
parents
children 78c1a2983010
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Tue Jul 21 23:28:04 2020 -0700
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <script src="shaka-player/dist/shaka-player.compiled.debug.js"></script>
+    <script type="module" src="build/bundle.js"></script>
+    <style>
+      body {
+        margin: 0;
+        height: 100vh;
+        background: radial-gradient(
+          ellipse at center,
+          #162c4a 0%,
+          #0c2236 36%,
+          #020f16 100%
+        );
+      }
+     
+    </style>
+  </head>
+  <body>
+    <video-page></video-page>
+  </body>
+</html>