<html> <head> <title>Sito in manutenzione</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { text-align: center; font-family: Arial, sans-serif; margin-top: 20%; } h1 { color: #333; } </style> </head> <body> <h1>Il sito è momentaneamente in manutenzione</h1> <p>Torneremo online il prima possibile. Grazie per la tua pazienza!</p> </body> </html>