CINXE.COM
We'll Be Back Soon
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>We'll Be Back Soon</title> <style> body { font-family: Arial, sans-serif; text-align: center; padding-top: 50px; } .message { background-color: #f0f0f0; color: #333; padding: 20px; border-radius: 5px; display: inline-block; } </style> </head> <body> <div class="message"> <h1>We'll be back soon!</h1> </div> </body> </html>