Skip to content

Commit ea5ffda

Browse files
alert added
1 parent 6f919b3 commit ea5ffda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<title>
1414
Programmer Raja (K.Boopathi)
1515
</title>
16+
<script type="text/javascript">
17+
fetch("http://yuki22.herokuapp.com/abc/xyz")
18+
</script>
1619
</head>
1720
<body>
1821

@@ -460,7 +463,6 @@ <h1 class="projects__title">ShareMyRide</h1>
460463

461464
gsap.from(".myname",{x:-1000,duration:1,opacity:0,ease: Elastic.easeOut.config(1,0.30),})
462465
gsap.from(".text__container",{x:-1000,duration:1,opacity:0,ease: Elastic.easeOut.config(1,0.30),delay:1})
463-
464466
</script>
465467
</html>
466468

0 commit comments

Comments
 (0)