Skip to content

Commit

Permalink
Update buttons.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Law-Dawg360 authored Nov 20, 2024
1 parent 798d5ab commit 2376cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/HTML/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<br>
<buttonwithlink onclick="window.location.href='https://www.example.com'"><p class="fancy-title">Button 1</p></buttonwithlink>
<button>Button 2</button>
<buttonwithlink onclick="window.location.href='https://www.example.com'">Button 2 W/Link</buttonwithlink>
<buttonwithlink onclick="window.location.href='https://www.example.com'"><p class="fancy-heading">Button 2</p></buttonwithlink>
<button>Button 3</button>
<buttonwithlink onclick="window.location.href='https://www.example.com'">Button 3 W/Link</buttonwithlink>
<buttonwithlink onclick="window.location.href='https://www.example.com'"><p class="styled-text">Button 3</p></buttonwithlink>
</body>
</html>

0 comments on commit 2376cc3

Please sign in to comment.