Skip to content

Instantly share code, notes, and snippets.

@ApostateDevOps
Created September 14, 2023 12:32
Show Gist options
  • Save ApostateDevOps/5bc5a3456fb5aed9d87ea2d1041fe2de to your computer and use it in GitHub Desktop.
Save ApostateDevOps/5bc5a3456fb5aed9d87ea2d1041fe2de to your computer and use it in GitHub Desktop.

Revisions

  1. ApostateDevOps created this gist Sep 14, 2023.
    23 changes: 23 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
    <title>Performing Maintenance</title>
    <style type="text/css">
    body { text-align: center; padding: 150px; }
    h1 { font-size: 40px; }
    body { font: 20px Helvetica, sans-serif; color: #333; }
    #article { display: block; text-align: left; width: 650px; margin: 0 auto; }
    a { color: #dc8100; text-decoration: none; }
    a:hover { color: #333; text-decoration: none; }
    </style>
    </head>
    <body>
    <div id="article">
    <h1>Our site is getting a little tune up.</h1>
    <div>
    <p>We apologize for the inconvenience, but we're performing some maintenance. You can still contact us at <a href="mailto:[email protected]">[email protected]</a>. We'll be back up soon!</p>
    <p>— XXXX</p>
    </div>
    </div>
    </html>