From: Cameron Ball Date: Mon, 14 Dec 2020 07:35:12 +0000 (+0800) Subject: Add extra cool video as chosen by Niki X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=6cb5b322f1e17ea236b257fe025ebcab3dd28c92;p=niki-countdown.git Add extra cool video as chosen by Niki --- diff --git a/index.html b/index.html index 6c9fe03..d6ca089 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ var delay = 20; var vidElement = document.getElementById('video'); - var activeVideo = Math.floor((Math.random() * 4) + 1); + var activeVideo = Math.floor((Math.random() * 5) + 1); vidElement.src = "video/" + activeVideo + ".mp4"; var audioElement = document.getElementById('audio'); diff --git a/video/5.mp4 b/video/5.mp4 new file mode 100644 index 0000000..1b6b43e Binary files /dev/null and b/video/5.mp4 differ