Simple HTML maintenance page / website template

Just add / edit your email address, phone number and company name.

Save the file as index.html, upload to your websites route until you are ready.

You may need to temporarily rename your existing index.html page, be careful not to replace it when uploading this page.

<!doctype html>
<title>Scheduled Site Maintenance</title>
<style>
  body { text-align: center; padding: 150px; }
  h1 { font-size: 50px; }
  body { font: 20px Helvetica, sans-serif; color: #bbb; }
  message { display: block; text-align: left; width: 650px; margin: 0 auto; }
  a { color: #dc8040; text-decoration: none; }
  a:hover { color: #444; text-decoration: none; }
</style>

<message>
    <h1>We’ll be back soon!</h1>
    <div>
        <p>We apologise for the inconvenience but we’re performing some scheduled maintenance at the moment. We are still available by <a href="mailto:">email</a> and Phone. The website will be back online shortly!</p>
        <p>— Company Name</p>
    </div>
</message>
Print Friendly, PDF & Email

More Like This


Categories


Web Design

Tags


  • Post a comment