mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update index.html
This commit is contained in:
parent
7bd483622f
commit
05a0dfa273
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@
|
|||
window.addEventListener('load', () => {
|
||||
document.getElementById('scroll-top').style.display = "none";
|
||||
// check if site is released
|
||||
var timeToRelease = new Date('July 9, 2022 12:00:00').getTime() - new Date().getTime();
|
||||
var timeToRelease = new Date('July 30, 2022 12:00:00').getTime() - new Date().getTime();
|
||||
if(timeToRelease > 0 && window.location.hostname == 'michivonah.ch') window.location = "https://michivonah.ch/countdown.html";
|
||||
// Instagram: https://www.instagram.com/vompictures/?__a=1
|
||||
age(16, 09, 2005);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue