Advertisement
seouless

Untitled

Jul 8th, 2013
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}{block:PostTitle}; {PostTitle}{/block:PostTitle}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <meta name="image:BG">
  10. <meta name="image:icon 1">
  11. <meta name="image:icon 2">
  12. <meta name="image:icon 3">
  13. <meta name="image:icon 4">
  14. <meta name="image:icon 5">
  15.  
  16.  
  17. <style type="text/css">
  18.  
  19. iframe#tumblr_controls {
  20. position:fixed !important;
  21. z-index:99999999 !important;
  22. }
  23.  
  24.  
  25. body {
  26. font-family:courier new;
  27. font-size:10px;
  28. text-align:justify;
  29. margin:0px;
  30. background:#fff url('{image:BG}') fixed repeat center;
  31. color:#000;
  32. }
  33.  
  34. a {
  35. text-decoration:none;
  36. color:#000;
  37. }
  38.  
  39.  
  40. </style>
  41. </head>
  42. <body>
  43.  
  44.  
  45.  
  46.  
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement