feat: Add back button to return to index.html in both modes
All checks were successful
Build and Deploy / build (push) Successful in 32s

This commit is contained in:
d.viti
2025-10-14 00:46:43 +02:00
parent d759bec45d
commit e5a72183b5
2 changed files with 262 additions and 155 deletions

View File

@@ -104,19 +104,28 @@
>
<div class="container mx-auto p-4 max-w-7xl">
<!-- Header -->
<div
class="glass rounded-2xl p-8 mb-6 animate-slide-in text-center"
>
<h1
class="text-4xl font-bold text-gray-800 flex items-center justify-center gap-3"
>
<i class="fas fa-code text-blue-600"></i>
Calcolatore Prezzi Software Pro
</h1>
<p class="text-gray-600 mt-2">
Sistema professionale per preventivi sviluppo software in
Italia
</p>
<div class="glass rounded-2xl p-8 mb-6 animate-slide-in">
<div class="flex items-center justify-between mb-4">
<a
href="index.html"
class="bg-gradient-to-r from-gray-500 to-gray-600 text-white font-semibold py-2 px-4 rounded-lg hover:from-gray-600 hover:to-gray-700 transition-all flex items-center gap-2 shadow-lg"
>
<i class="fas fa-arrow-left"></i>
<span>Torna al Menu</span>
</a>
</div>
<div class="text-center">
<h1
class="text-4xl font-bold text-gray-800 flex items-center justify-center gap-3"
>
<i class="fas fa-code text-blue-600"></i>
Calcolatore Prezzi Software Pro
</h1>
<p class="text-gray-600 mt-2">
Sistema professionale per preventivi sviluppo software
in Italia
</p>
</div>
</div>
<!-- Notifiche Toast -->