feat: Add back button to return to index.html in both modes
All checks were successful
Build and Deploy / build (push) Successful in 32s
All checks were successful
Build and Deploy / build (push) Successful in 32s
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user