Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adamazl authored Oct 24, 2024
1 parent c4e30a1 commit 329e3a0
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 @@ -30,13 +30,13 @@ <h1 class="text-2xl font-bold mb-4">🚧 🚧 This is a work-in-progress; subpag
<div class="bg-gray-800 p-4 rounded mb-4">
<h3 class="text-xl font-bold">HackTheBox: Easy Box 1</h3>
<p>A walkthrough of the Easy Box 1 challenge from HackTheBox.</p>
<a href="writeup1.md" class="text-blue-400 hover:underline">Read More</a>
<a href="writeup1.html" class="text-blue-400 hover:underline">Read More</a>
</div>

<div class="bg-gray-800 p-4 rounded mb-4">
<h3 class="text-xl font-bold">HackTheBox: Medium Box 1</h3>
<p>A walkthrough of the Medium Box 1 challenge from HackTheBox.</p>
<a href="writeup2.md" class="text-blue-400 hover:underline">Read More</a>
<a href="writeup2.html" class="text-blue-400 hover:underline">Read More</a>
</div>

<!-- More writeups can go here -->
Expand Down

0 comments on commit 329e3a0

Please sign in to comment.