Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO committed Jul 11, 2023
1 parent 98791c4 commit ec8e321
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@ <h1 class="cattitle w3-center"><span class="text-right gray">CATEGORY</span></h1
<div class="section" id="movieSection"></div>
<div class="section" id="animeSection"></div>

<p class="w3-center"><i class="fas fa-bars"></i> <a href="#categories" class="" title="Back to the category menu">Back to the menu</a></p>

<div class="footer w3-center">
<hr>
<p>
<img src="https://i.ibb.co/cbPPyzP/1984.jpg" alt="BIG BROTHER IS WATCHING YOU POSTER" style="width:100%;">
</p>
<p>Edited with love and coffee during sleepless nights in india.</p>
</div>
<!-- Include necessary JavaScript files and libraries -->
<script>
fetch('data.json')
Expand Down Expand Up @@ -247,6 +256,5 @@ <h1 class="cattitle w3-center"><span class="text-right gray">CATEGORY</span></h1
}

</script>

</body>
</html>

0 comments on commit ec8e321

Please sign in to comment.