Skip to content

Commit 0ba96ea

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 92f0fe3 commit 0ba96ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Adds a video background
22

33
let 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

0 commit comments

Comments
 (0)