Skip to content

H-Mohamed/Site-Under-Maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Site-Under-Maintenance

HTML simple page for maintenance index page

<!doctype html>
<title>Site Maintenance</title>
<style>
  body { text-align: center; padding: 150px; }
  h1 { font-size: 50px; }
  body { font: 20px Helvetica, sans-serif; color: #333; }
  .container { display: block; text-align: left; width: 650px; margin: 0 auto; }  
  .font{font-family: 'Great Vibes', cursive;}
  .LOGO{font-family: 'Libre Barcode 128 Text', cursive;}
  a { color: #dc8100; text-decoration: none; }
  a:hover { color: #333; text-decoration: none; }
</style>
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Barcode+128+Text" rel="stylesheet">
<div class='container'>
    <h1 class="LOGO">WEBSITE TITLE<span> Desciption</span></h1> 
    <h1>We&rsquo;ll be back soon!</h1>
    <div class='font'>
        <p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment.
        If you need to you can always <a href="mailto:team@email.com">contact us</a>
        , otherwise repairs are in progress and we&rsquo;ll be back online shortly!</p>
        <p>&mdash; The Team</p>
    </div>
</div>

Releases

No releases published

Packages

No packages published

Languages