Skip to content

Commit

Permalink
Merge pull request #707 from sailaja-adapa/footericons
Browse files Browse the repository at this point in the history
Added Icons to Footer
  • Loading branch information
ayush-t02 authored Aug 6, 2024
2 parents 62bbf21 + 38e2eff commit dc1869a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ <h3 class="instructions-heading" style="text-decoration: underline">
</div>
<div class="author">
<div class="fotbar">
<a href="./pages/howtoplay.html">HowToPlay?</a>
<a href="./pages/termsofservice.html">TermsOfService</a>
<a href="./pages/privacypolicy.html">PrivacyPolicy</a>
<a href="./pages/licensing.html">Licensing</a>
<a href="./pages/howtoplay.html"><i class="fas fa-gamepad"></i> HowToPlay?</a>
<a href="./pages/termsofservice.html"><i class="fas fa-file-contract"></i> TermsOfService</a>
<a href="./pages/privacypolicy.html"><i class="fas fa-user-shield"></i> PrivacyPolicy</a>
<a href="./pages/licensing.html"><i class="fas fa-copyright"></i> Licensing</a>
</div>
<div id="copyright">
&copy;
Expand All @@ -259,6 +259,7 @@ <h3 class="instructions-heading" style="text-decoration: underline">
<a href="https://discord.gg/2HTCFrSvPB" target="_blank"
><i class="fab fa-discord"></i
></a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit dc1869a

Please sign in to comment.