1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00
theme.park/CSS/addons/unraid/login-page/alien/js/isolation.js

3 lines
608 B
JavaScript
Raw Normal View History

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+="\n<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>\n";