Advertisement
anubhavh

Scheduled_downtime

Oct 31st, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Down For Maintenance</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <style>
  7. h1 { font-size: 50px; }
  8. body { text-align:center; font: 20px Helvetica, sans-serif; color: #333; }
  9. </style>
  10. </head>
  11. <body>
  12. <h1>Down For Maintenance</h1>
  13. <p>Sorry for the inconvenience, but we’re performing a maintenance at the moment.</p>
  14. <p>We’ll be back online shortly!</p>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement