theme.park/css/addons/unraid/login-page/fallout/js/vault-tec-crt.js
deathbybandaid c4239f0d66 Temp fix
2022-01-06 15:22:26 -05:00

8 lines
501 B
JavaScript

// Adds a video background
// Source: https://steamcommunity.com/sharedfiles/filedetails/?id=920035918
let video = `
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
`
document.body.innerHTML += video;