Skip to content

Commit

Permalink
issue is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya90456 committed Oct 20, 2024
1 parent 11d6e56 commit e80f796
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@
<div>
<lottie-player src="https://lottie.host/d255520b-69e6-4038-9c0d-dd0fea22ff34/cEkKelgU4A.json" background="##FFFFFF" speed="1" style="width: 300px; height: 300px" loop autoplay direction="1" mode="normal"></lottie-player>
</div>
<button><a href="./index.html">Home</a></button>
<button onclick="f()"><a href="#">Home</a></button>
</div>

<script>
function f(){
window.location.href="./index.html";
}
f()
</script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>

0 comments on commit e80f796

Please sign in to comment.