Fixes here and there

This commit is contained in:
Óscar M. Lage 2024-12-05 17:10:22 +01:00
parent a0940f270a
commit 37f5d50928
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div class="container flex justify-center items-center">
<div class="bg-gray-800 p-8 rounded-lg shadow-xl max-w-md w-full">
<h1 class="text-3xl text-center text-white mb-6 font-semibold">Bash Wrapped</h1>
<p class="mb-8">Upload your .bash_history to see your usage statistics.</p>
<p class="mb-8">Upload your <code>.bash_history</code> to see your usage statistics.</p>
<form action="/upload" method="post" enctype="multipart/form-data" class="space-y-4">

View File

@ -2,7 +2,7 @@
</div>
<footer class="py-4">
<div class="container mx-auto text-center text-gray-400">
<div class="mx-auto text-center text-gray-400">
<ul class="flex justify-center space-x-6 mb-4">
<li>
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/" target="_blank" class="hover:text-white transition duration-200">