Skip to content

Instantly share code, notes, and snippets.

@halilim
Last active December 20, 2015 06:48
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 halilim/6088248 to your computer and use it in GitHub Desktop.
Save halilim/6088248 to your computer and use it in GitHub Desktop.
<?php
// http://googlewebmastercentral.blogspot.com/2011/01/how-to-deal-with-planned-site-downtime.html
header('HTTP/1.1 503 Service Temporarily Unavailable');
?>
<!doctype html>
<html itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8">
<title>Company Name</title>
</head>
<body>
Under Construction &hellip;
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment