diff --git a/_headers b/_headers new file mode 100644 index 000000000..c2dc767cd --- /dev/null +++ b/_headers @@ -0,0 +1,3 @@ +/* + Access-Control-Allow-Origin: * + diff --git a/index.html b/index.html index 5f532aeca..2df539129 100755 --- a/index.html +++ b/index.html @@ -68,6 +68,17 @@ overflow: hidden; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); +} +#bg-video { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: cover; + z-index: -1; + pointer-events: none; + background-color: #000; }