Skip to content

Commit

Permalink
issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya90456 committed Oct 29, 2024
1 parent e80f796 commit 5f9e4ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@
<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 onclick="f()"><a href="#">Home</a></button>
<button onclick="f()">Home</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>
Expand Down

0 comments on commit 5f9e4ce

Please sign in to comment.