Skip to content

Commit 92f0fe3

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 c228b54 commit 92f0fe3

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_no-scanline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// Source: https://www.youtube.com/watch?v=ehvduomE0AU
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\/VaultTecCRTLoopNoScanline.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\/VaultTecCRTLoopNoScanline.mp4" type="video\/mp4">Video not supported</video></div>
66
`
77
document.body.innerHTML += video

0 commit comments

Comments
 (0)