Skip to content

Instantly share code, notes, and snippets.

@gerardroche
Created October 7, 2014 00:40
Show Gist options
  • Save gerardroche/cfad5bd5f1962c24ff51 to your computer and use it in GitHub Desktop.
Save gerardroche/cfad5bd5f1962c24ff51 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Site is down for maintenence</title>
</head>
<body>
<article>
<h1>Site is temporary unavailable.</h1>
<p>We are currently performing scheduled maintenance. Site will be back soon.</p>
<p>We apologize for any inconvenience.</p>
</article>
</body>
</html>
# For documentation on how to use the robots.txt file see:
#
# - http://www.robotstxt.org/
# - https://support.google.com/webmasters/answer/156449
#
# To ban all spiders from the entire site uncomment the next two lines see
# http://www.robotstxt.org/wc/norobots.html:
#
# User-Agent: *
# Disallow: /
#
#
# User-agent: *
# Disallow: /css/
# Disallow: /img/
# Disallow: /js/
# Disallow: /styles/
# Allow: /
#
User-agent: *
Disallow: /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment