Skip to content

Commit c228b54

Browse files
authored
Fixed broken video URL
Replaced "https://gilbn.github.io/" in video file URL, which is broken, to "https://themepark-dev.github.io/", which does work.
1 parent 9654fc8 commit c228b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/addons/unraid/login-page/fallout/js/vault-tec-crt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// Source: https://steamcommunity.com/sharedfiles/filedetails/?id=920035918
33

44
let video = `
5-
<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\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
5+
<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\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
66
`
77
document.body.innerHTML += video;

0 commit comments

Comments
 (0)