Update index.html

This commit is contained in:
Michi 2022-07-29 22:26:32 +02:00 committed by GitHub
parent c0c698ff05
commit e491e38cd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@
window.addEventListener('load', () => { window.addEventListener('load', () => {
document.getElementById('scroll-top').style.display = "none"; document.getElementById('scroll-top').style.display = "none";
// check if site is released // check if site is released
var timeToRelease = new Date('July 30, 2022 12:00:00').getTime() - new Date().getTime(); var timeToRelease = new Date('August 14, 2022 12:00:00').getTime() - new Date().getTime();
if(timeToRelease > 0 && window.location.hostname == 'michivonah.ch') window.location = "https://michivonah.ch/countdown.html"; if(timeToRelease > 0 && window.location.hostname == 'michivonah.ch') window.location = "https://michivonah.ch/countdown.html";
// Instagram: https://www.instagram.com/vompictures/?__a=1 // Instagram: https://www.instagram.com/vompictures/?__a=1
age(16, 09, 2005); age(16, 09, 2005);