Skip to content

Commit

Permalink
Switch p to a element
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOnePers0n authored Nov 14, 2024
1 parent 6739354 commit fd58b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<img alt="pfp" class="pfp" src="img/pfp.png">
<h1 class="poppins-regular">Name Nameson</h1>
<p class="poppins-light">bio here...</p>
<button class="animate__animated animate__fadeInUp"><p>Link #1</p></button>
<button class="animate__animated animate__fadeInUp"><p>Link #2</p></button>
<button class="animate__animated animate__fadeInUp"><a>Link #1</a></button>
<button class="animate__animated animate__fadeInUp"><a>Link #2</a></button>
<footer>
<p class="poppins-light">
<script>
Expand Down

0 comments on commit fd58b75

Please sign in to comment.