diff --git a/index.html b/index.html index a33647950..3d885ecc5 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,13 @@ -

Happy Birthday to you!!! :)

+
+

Hey!

+
- + + + \ No newline at end of file diff --git a/script/main.js b/script/main.js index e69de29bb..92d919023 100644 --- a/script/main.js +++ b/script/main.js @@ -0,0 +1,5 @@ +const tl = new TimelineMax() + +tl.from('#hbd', 0.3, { + y: 700, +}) \ No newline at end of file