Add other urls to home page
This commit is contained in:
parent
7290787aa4
commit
8d883ec96d
@ -18,6 +18,27 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<hr class="my-5">
|
||||||
|
|
||||||
|
<div class="flex flex-col items-center justify-center p-4">
|
||||||
|
<div class="flex flex-wrap justify-center items-center gap-4 max-w-4xl">
|
||||||
|
<a href="https://gist.stuzer.link/stuzer05/liked" class="flex items-center w-64 p-4 bg-white rounded-lg shadow-md hover:bg-gray-50 transition-colors duration-300">
|
||||||
|
<img src="https://gist.stuzer.link/assets/opengist-85b89b9c.svg" alt="Gist Icon" class="w-12 h-12 mr-4">
|
||||||
|
<span class="text-lg font-medium">Gist</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://cyberchef.tools.stuzer.link/" class="flex items-center w-64 p-4 bg-white rounded-lg shadow-md hover:bg-gray-50 transition-colors duration-300">
|
||||||
|
<img src="https://cyberchef.tools.stuzer.link/images/cyberchef-128x128.png" alt="Cyberchef Icon" class="w-12 h-12 mr-4">
|
||||||
|
<span class="text-lg font-medium">Cyberchef</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://pdf.tools.stuzer.link/" class="flex items-center w-64 p-4 bg-white rounded-lg shadow-md hover:bg-gray-50 transition-colors duration-300">
|
||||||
|
<img src="https://pdf.tools.stuzer.link/favicon.svg" alt="PDF Tools Icon" class="w-12 h-12 mr-4">
|
||||||
|
<span class="text-lg font-medium">PDF tools</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user