add the asci flag thing to the footer

This commit is contained in:
RezHackXYZ 2025-05-29 11:39:06 +05:30
parent 078f3eecc0
commit 44341788e4
No known key found for this signature in database

View file

@ -1,6 +1,11 @@
<div class="mt-5 bg-gray-700 p-3 text-center text-2xl"> <div class="mt-5 bg-gray-700 p-3 text-center text-2xl">
<div>
Made By <a href="https://rezhack.xyz" class="text-blue-400 underline">RezHackXYZ</a> for Made By <a href="https://rezhack.xyz" class="text-blue-400 underline">RezHackXYZ</a> for
<a href="https://neighborhood.hackclub.com/" class="text-blue-400 underline">Neighborhood</a>. • <a href="https://neighborhood.hackclub.com/" class="text-blue-400 underline">Neighborhood</a>. •
Source code available Source code available
<a href="https://neighborhood.hackclub.com/" class="text-blue-400 underline">here</a>. <a href="https://neighborhood.hackclub.com/" class="text-blue-400 underline">here</a>.
</div>
<div class="text-sm">
and the "<a href="?ascii" class="text-blue-400 underline">?ascii</a>" flag for a surprise!
</div>
</div> </div>