omgwang

alexissssss

Apr 1st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <!--[if lt IE 9]><html class="ie"><![endif]-->
  4. <!--[if IE 9]><html class="ie9"><![endif]-->
  5. <!--[if gt IE 9]><!--><html><!--<![endif]-->
  6. <head>
  7.  
  8. <style>
  9. #tumblr_controls{ display:none; }
  10. </style>
  11.  
  12. <link rel="icon" href="//assets.tumblr.com/images/favicons/favicon.ico?1 ?>"/>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  14. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  15. <meta name="robots" content="noindex"/>
  16. <title>Not found.</title>
  17. <link rel="stylesheet" media="screen" href="//assets.tumblr.com/assets/styles/404.css?_v=b98646ed92968b668299580393bfb8b5"> </head>
  18. <body>
  19.  
  20. <div id="fullscreen_post_bg" class="fullscreen_post_bg loading"></div>
  21.  
  22. <div class="logo_button_bar">
  23. <div id="logo" class="tumblr_logo"><a href="//www.tumblr.com/" data-translation="tumblr">Tumblr</a></div>
  24. <div class="buttons logged_in" id="logged_in_buttons">
  25. </div>
  26. <div class="buttons logged_out" id="logged_out_buttons">
  27. <a class="chrome" href="https://www.tumblr.com/login" data-translation="log_in">Log in</a>
  28. <a class="chrome blue" href="https://www.tumblr.com/register" data-translation="sign_up">Sign Up</a>
  29. </div>
  30. <div class="post_attribution no_attribution" id="post_attribution">
  31. <a href="//www.tumblr.com" target="_blank" rel="nofollow" id="blog_name_link"><span data-translation="posted_by">Posted by</span> <strong id="blog_name"></strong></a>
  32. <a href="//www.tumblr.com" target="_blank" rel="nofollow" class="post_avatar" id="blog_avatar_link"><img src="//assets.tumblr.com/images/transparent-pixel.png" alt="" id="blog_avatar"></a>
  33. </div>
  34. <div class="clear"></div>
  35. </div>
  36.  
  37. <div class="content">
  38. <div class="valign_outer">
  39. <div class="valign_inner">
  40. <div id="container" class="narrow_box">
  41. <h1 data-translation="heading">There's nothing here.</h1>
  42. <p data-translation="message">Whatever you were looking for doesn't currently exist at this address. Unless you were looking for this error page, in which case: Congrats! You totally found it. </p>
  43.  
  44. <form method="get" action="//www.tumblr.com/search" id="search_form" class="search_form" role="search">
  45. <input type="hidden" name="referring_page" id="referring_page" value="404">
  46. <input type="hidden" name="scope" id="search_scope" value="all_of_tumblr">
  47. <div class="search_form_row">
  48. <div class="search_form_field">
  49. <input tabindex="1" type="text" name="q" id="search_query" placeholder="Search Tumblr" value="" class="search_query popover_button " autocomplete="off" data-translation="search_tags">
  50. </div>
  51. <button type="submit" id="search_query_submit" class="search_query_submit" data-translation="search">Search</button>
  52. </div>
  53. </form>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58.  
  59. <script type="text/javascript" language="javascript">var status_code = '404';</script>
  60. <script type="text/javascript" language="javascript" src="//assets.tumblr.com/languages/errors.js?6"></script>
  61. <script src="//assets.tumblr.com/assets/scripts/_t.js?_v=3868e7d35d1e098b21d7da4b4d1ce43b"></script> <script src="//assets.tumblr.com/assets/scripts/tumblr/error_page.js?_v=001617318a0ae7ec425910a8f46b6488"></script>
  62. <script type="text/javascript">
  63. (function() {
  64. Tumblr.ErrorPage.apply_error_translations('404');
  65. Tumblr.ErrorPage.load_random_image(document.getElementById('fullscreen_post_bg'));
  66. if (_t.isLoggedIn()) {
  67. document.getElementById('logged_in_buttons').style.display = 'block';
  68. document.getElementById('logged_out_buttons').style.display = 'none';
  69. } else {
  70. // No logged out search, so go directly to the tag page
  71. document.getElementById('search_form').onsubmit = function(e) {
  72. e.cancelBubble = true;
  73. e.preventDefault();
  74. var query = document.getElementById('search_query').value;
  75. if (!query) return false;
  76. query = query.replace(/[\/]/i, ' ');
  77. window.location.href = '//www.tumblr.com/tagged/' + encodeURIComponent(query) + '?referring_page=404';
  78. return false;
  79. };
  80. }
  81. var search_query = document.getElementById('search_query');
  82. var search_form_row = search_query.parentNode.parentNode;
  83. search_query.onfocus = function() {
  84. _t.addClass(search_form_row, 'focus');
  85. };
  86. search_query.onblur = function() {
  87. _t.removeClass(search_form_row, 'focus');
  88. };
  89. // search_query.focus();
  90. })();
  91. </script>
  92.  
  93. <script language="JavaScript">
  94. var ref = (''+document.referrer+'');
  95. var w_h = window.screen.width + " x " + window.screen.height;
  96. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4023233&e1=here&e2=here&r=' + ref + '&wh=' + w_h + '"><\/script>');
  97. </script>
  98.  
  99. </body>
  100. </html>
Add Comment
Please, Sign In to add comment