Skip to content

Instantly share code, notes, and snippets.

@solepixel
Created June 3, 2013 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save solepixel/5701317 to your computer and use it in GitHub Desktop.
Save solepixel/5701317 to your computer and use it in GitHub Desktop.
Temporary index.html file for site launching.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="Brian DiChiara" />
<title>Launching...</title>
<style type="text/css">
* { margin:0; padding:0; }
body, html, .container { background:#2f2f2f; }
p { margin:100px auto; text-align:center; font-size:0; width:373px; height:29px; background:url(http://assets.infomedia.net/launching.gif) no-repeat 50% 50%; }
</style>
</head>
<body>
<p>Site is launching...</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment