Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
url fixes
  • Loading branch information
cransono authored Jan 23, 2024
1 parent 7180cec commit c5a8060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
</head>
<body>
<div class="container">
<button class="button" href="https://cransono.github.io/daniel.html">Daniel Electrician</button>
<button class="button" onclick="window.location.href='https://cransono.github.io/daniel.html'">Daniel Electrician</button>
<button class="button" onclick="window.location.href='https://cransono.github.io/2023santa.html'">2023 Santa Invite</button>
<button class="button" href="https://cransono.github.io/customized_wim_hof.html">Custom Wim Hof</button>
<button class="button">Sports Site</button>
<button class="button" onclick="window.location.href='https://cransono.github.io/customized_wim_hof.html'">Custom Wim Hof</button>
<button class="button" onclick="window.location.href='https://cransono.github.io/sportssite/index.html'">Sports Site</button>
</div>
</body>
</html>

0 comments on commit c5a8060

Please sign in to comment.