Skip to content

Commit

Permalink
Adding message
Browse files Browse the repository at this point in the history
  • Loading branch information
nhicksdesign committed Jan 4, 2025
1 parent 629ae2e commit aba39b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@

} else {
isMobile = false;
gsap.to(title, {opacity:1, duration:1, ease:"sine.inOut"})
gsap.to(title, {opacity:1, duration:1, ease:"sine.inOut", delay:0.5})
}});
</script>

<h1 id="title">OFF GIBLITS</h1>
<div class="container" id="title">
<h1>UNDER CONSTRUCTION!</h1>
<h3> Our site will be live soon!</h3>
</div>
</body>
</html>

0 comments on commit aba39b2

Please sign in to comment.