Skip to content

Commit

Permalink
Merge pull request #659 from VijaySamant4368/footer
Browse files Browse the repository at this point in the history
Corrected footer visibility
  • Loading branch information
ayush-t02 authored Jul 30, 2024
2 parents 962f563 + 4eac62e commit 1a03663
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,11 +726,13 @@ <h3 class="instructions-heading">Instructions</h3>
<a href="./pages/privacypolicy.html">PrivacyPolicy</a>
<a href="./pages/licensing.html">Licensing</a>
</div>
&copy;
<script>
document.write(new Date().getFullYear());
</script>
Made by ❤️
<div id = "copyright">
&copy;
<script>
document.write(new Date().getFullYear());
</script>
Made by ❤️
</div>
<a href="https://github.com/ChromeGaming">Chrome Gaming</a>
<div class="social-icons">
<a href="https://github.com/ChromeGaming/Dot-Box" target="_blank"
Expand All @@ -742,6 +744,11 @@ <h3 class="instructions-heading">Instructions</h3>
</div>
</div>
</div>
<style>
#copyright {
color: white;
}
</style>
<!-- <div class="flex">
<div class="board"></div>
<div class="score">
Expand Down

0 comments on commit 1a03663

Please sign in to comment.