Created
June 3, 2013 20:53
-
-
Save solepixel/5701317 to your computer and use it in GitHub Desktop.
Temporary index.html file for site launching.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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