Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4m4 committed Oct 14, 2024
1 parent 2d4250c commit f58fe37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
</div>
<div class="button-container">
<a href="learn-more.html" class="learn-more-button">Learn More</a>
<a href="enter-arena.html" class="learn-more-button">Enter the Arena!</a>
<a href="about.html" class="learn-more-button">About</a>
<a href="https://0x4m4.com/" class="learn-more-button" target="_blank">Enter the Arena!</a>
<a href="https://0x4m4.com/" class="learn-more-button" target="_blank">About</a>
</div>
<script src="assets/script.js"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions learn-more.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ <h2>Why Participate?</h2>

<div class="buttons">
<a href="index.html" class="button">Home</a>
<a href="ctf.0x4m4.com" class="button">Enter the Arena!</a>
<a href="about.html" class="button">About</a>
<a href="https://ctf.0x4m4.com/" class="button" target="_blank">Enter the Arena!</a>
<a href="https://0x4m4.com/" class="button" target="_blank">About</a>
</div>
</div>
</body>
Expand Down

0 comments on commit f58fe37

Please sign in to comment.