Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created October 25, 2011 13:31
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 jeherve/1312732 to your computer and use it in GitHub Desktop.
Save jeherve/1312732 to your computer and use it in GitHub Desktop.
Random static construction landing page
<!doctype html>
<html>
<head>
<title>Not ready yet, come back later!</title>
<script src="/mint/?js"></script>
<style type="text/css">
html { background: #fff url(http://farm3.static.flickr.com/2059/2342058776_a23acd225d_o.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100% }
</style>
</head>
<body>
<h1>Not ready yet, come back later</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment