Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--by oddhour.tumblr.com-->
- <meta charset="utf-8">
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
- <meta name="color:Text" content="#444"/>
- <meta name="color:SecondaryText" content="#fff"/>
- <meta name="color:Background" content="#90c217"/>
- <meta name="font:Body" content="Helvetica Neue"/>
- <style>
- /* Colors */
- html, body {
- background: {color:Background};
- color: {color:Text};
- font-family: {font:Body};
- text-align: center;
- padding: 50px;
- }
- p {
- font-weight: bold;
- font-size: 1.2em;
- }
- h1 {
- color: {color:SecondaryText};
- }
- </style>
- </head>
- <body>
- <img src="{PortraitURL-128}" />
- <p>mariokartgod<br/>has moved to</p>
- <h1> { spoopykartgod } </h1>
- <p>redirecting...</p>
- </body>
- <script>
- //redirect to new blog -- remember to change your urls here!
- setTimeout( redirectTumblr, 3000 );
- function redirectTumblr() {
- location.replace('http://spoopykartgod.tumblr.com' + location.pathname);
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement