theme.park/css/addons/unraid/login-page/alien/js/isolation.js
deathbybandaid 58636f95f2 2022-04-12
2022-04-12 07:41:11 -04:00

6 lines
355 B
JavaScript

// Adds a video background
let video = `
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/gilbn.github.io\/theme.park\/css\/addons\/unraid\/login-page\/alien\/video\/isolation.mp4" type="video\/mp4">Video not supported</video></div>
`
document.body.innerHTML += video