Advertisement
tomkirk

abt

Apr 15th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title> whom </title>
  7. </style>
  8.  
  9. <meta charset="utf-8">
  10. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  11. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <style type="text/css">
  15.  
  16.  
  17. body{
  18. background-color:#000;
  19. background-image:url('http://41.media.tumblr.com/7629ef018cb1a5ea76d81ff105211269/tumblr_nsys70e2qk1s96vtso1_1280.jpg');
  20. background-size:1500px 1100px;
  21. font-size:20px;line-height:25px;
  22. color:white;
  23. }
  24.  
  25.  
  26. a:link, a:active, a:visited{color:#66ff33;text-decoration:none;}
  27.  
  28.  
  29. #container{
  30. margin:auto;
  31. padding-top:100px;
  32. width:500px;
  33. text-align:center;
  34. }
  35.  
  36. {CustomCSS}
  37. </style>
  38. </head>
  39.  
  40. <body>
  41. <div id="container">
  42.  
  43. <span style="font-size:15px;"><a href="/">(back)</a></span>
  44. <br>
  45. <a href="/">link</a>
  46. <br>
  47. asdfldkjfldkjflkdjsflkjj
  48. <br>
  49. <a href="http://sendinluv.tumblr.com/post/126498559847">bg</a>
  50. </div><!--end-->
  51.  
  52. </div>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement