Skip to content
Snippets Groups Projects
Commit 7812228c authored by HauErn Lien's avatar HauErn Lien
Browse files

Update file tryhomepage.html

parent 92e5f66d
No related branches found
No related tags found
No related merge requests found
......@@ -119,14 +119,14 @@
setTimeout(()=>{
intro.style.top = '-100vh';
setTimeout(() => {
// Add fade-out effect
intro.classList.add('fade-out');
setTimeout(()=>{
intro.classList.add('fade-out');
})
setTimeout(()=>{
window.location.href = '/tsinghua/random';
}, 500);
}, 2300)
})
})
})
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment