Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh-Rana17 authored May 1, 2024
1 parent 85d3776 commit 1034955
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,12 @@ <h3>Lorem ipsum dolor sit amet, non elit.</h3>
<a class="footer-link" href="https://www.github.com/">Website</a>
<p class="bottom-text">© Saurabh Rana.</p>
</div>
<script>
setInterval(async () => {
await fetch("http://localhost:8080/");
console.log(new Date());
}, 1000);
</script>

</body>
</html>

0 comments on commit 1034955

Please sign in to comment.