Under Construction Template

Create a blank index.html in your web directory (ie public_html) with the following code.
Consider changing the text around, or adding additional lines


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Under Construction - Coming Soon</title>
        <style>
      h1, h2, .img-container {
        text-align: center;
        font-family: Arial;
      }
    </style>
  </head>
  <body>
      <h1>UNDER CONSTRUCTION</h1>
      <div class="img-container">
    <img src="https://cdn.air-gap.com.au/assets/under_construction.png" alt="Coming Soon" style="width:400px;height:400px;">
     </div>
     <h2>Check Back Soon</h2>
  </body>
</html>

Example: Under Construction Page

Download: Construction_Page.zip


Supported By Cosmos Hosting