Skip to content

Instantly share code, notes, and snippets.

@rhuancarlos
Last active April 25, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuancarlos/1c7311226c10ccf92b55f524ebb387a1 to your computer and use it in GitHub Desktop.
Save rhuancarlos/1c7311226c10ccf92b55f524ebb387a1 to your computer and use it in GitHub Desktop.
If you wish to temporarily issue the development of your web site. Download the file and save it to your home directory.
<!doctype html>
<html>
<!----------------------------------------------------------
*
*
* Powered by: Rhuan Carlos / rhuancarlosg12@mail.com
*
*
------------------------------------------------------------>
<head>
<title>title of the Bussines</title>
<style>
body {
font: 20px Helvetica, sans-serif;
color: #333;
text-align: center;
padding: 0 0 0 0 px;
height: 100%;
background-image: url(bg-maintenence.jpg);
background-image: no-repeat;)
}
h1 { font-size: 50px; }
article { display: block; text-align: justify; margin: 0 25% 0 25%; }
footer { display: block; margin: 100px auto 10px auto}
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
p { font-weight: bold;}
</style>
<!-- Enabled use the fontawesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
</head>
<body>
<article>
<h1>Hi, Thanks for stopping by!</h1>
<div>
<p>Sorry for the inconvenience, Our portal is still under creation.<br> If you want to contact us, use one of the channels below.<br><br>thankful, <a href="mailto:#">name of Bussines</a></p>
<p><i class="fas fa-phone fa-2x"></i> ( 99 ) 99999-9999 • ( 99 ) 99999-9999 • ( 99 ) 99999-9999</p>
<p><i class="fas fa-at fa-2x"></i> youremail@yourprovider.com</p>
</div>
</article>
<footer>
<div>
<p>&copy; Year Name of Bussines <small> | PoweredBy: <a href="http://www. name of your site .com.br" target="_blank"><img src="url of yor img" width="20" height="20"></a></small></p>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment