File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
css/addons/unraid/login-page/alien/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Adds a video background
22
33let video = `
4- <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>
4+ <div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/themepark-dev .github.io\/theme.park\/css\/addons\/unraid\/login-page\/alien\/video\/isolation.mp4" type="video\/mp4">Video not supported</video></div>
55`
6- document . body . innerHTML += video
6+ document . body . innerHTML += video
You can’t perform that action at this time.
0 commit comments