Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <style type="text/css">
- div#content {
- width: 400px;
- margin: 10px auto;
- color: #797979;
- background-color: #FFFFFF;
- }
- div#content h3 {
- font-family: Helvetica, Arial, sans-serif;
- font-size: 44px;
- font-style: normal;
- font-weight: normal;
- text-transform: normal;
- letter-spacing: -3px;
- line-height: 1.2em;
- text-align: center;
- margin-bottom: 0px;
- }
- div#content img {
- margin: 15px 0 0 50px;
- }
- div#content p {
- font-family: Helvetica, Arial, sans-serif;
- font-size: 16px;
- font-style: normal;
- font-weight: normal;
- text-transform: normal;
- letter-spacing: normal;
- line-height: 1.4em;
- margin-top: 20px;
- }
- </style>
- <meta name="robots" content="noindex" />
- <meta http-equiv="refresh" content="30;url=http://example.com/" />
- <!-- change the 30 here to the number of seconds you want to wait before redirecting. Change the URL also to the one for the admin area of the new site -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>Hang in there while we create your site</title>
- <!-- script to show a link to visit the new site in case redirection did not work -->
- <script type="text/javascript">
- function showRedirectLink() {
- document.getElementById("redirection").style.display = "block" ;
- }
- // the 35 here should be longer than the 30 in the meta line, so that this link will only appear after the browser fails to redirect
- // also, change the URL here for the admin area of the new site
- setTimeout("showRedirectLink()", 35000); // 35 seconds, in case browser did not redirect automatically
- </script>
- </head>
- <body>
- <div id="content">
- <h3>Success!</h3>
- <img src='loadingAnimation.gif' width="300" height="300" alt="please wait while we create your new site" />
- <p>Please hang in there while we create your new site. We will redirect you there as soon as it's ready. Thanks for your patience.</p>
- <p id="redirection" style="display:none;"><a href="http://www.example.com/" title="Go to your new site now">Visit your new site now</a></p>
- </div><!-- end content -->
- <!-- reference http://bit.ly/Psgw2B -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement