Skip to content

Instantly share code, notes, and snippets.

@marckohlbrugge
Last active August 29, 2015 14:09
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 marckohlbrugge/5f61294d94373f45b6f9 to your computer and use it in GitHub Desktop.
Save marckohlbrugge/5f61294d94373f45b6f9 to your computer and use it in GitHub Desktop.
Placeholder for unused domain names
<html>
<head>
<title><?php echo strtoupper($_SERVER['HTTP_HOST']) ?></title>
<style type="text/css">
body {
text-align: center;
font: 18px/24px Helvetica, Arial, sans-serif;
padding-top: 100px;
}
h1 {
text-transform: uppercase;
font-size: 72px;
}
</style>
</head>
<body>
<h2>Welcome to the future home of</h2>
<h1><?php echo $_SERVER['HTTP_HOST'] ?></h1>
<p>This domain name might be for sale. <a href="mailto:hello@example.com">Contact me</a> for more info.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment