Skip to content

Instantly share code, notes, and snippets.

@TheGreyDiamond
Created July 19, 2018 20:48
Show Gist options
  • Save TheGreyDiamond/d126e4c7c0fa9c776d9fba4e96d945a9 to your computer and use it in GitHub Desktop.
Save TheGreyDiamond/d126e4c7c0fa9c776d9fba4e96d945a9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Site unavaible</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: red;
/*background: linear-gradient(to right, #66ffff,#0066ff); */
background: radial-gradient(#66ffff,#0066ff);
}
div{
color:grey;
}
</style>
</head>
<body>
<h1><center>This page is unavaible<br></h1><h2><div><center>We are sorry.</center></div></h2></center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment