Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <style>
  5.  
  6. body
  7. {
  8. background-image:url('bg.png');
  9. background-position:center;
  10. background-repeat:no-repeat;
  11. background-attachment:fixed;
  12. background-color:#FFFFF9;
  13. }
  14.  
  15. a.box:link,a.box:visited,form
  16. {
  17. display:block;
  18. font-weight:bold;
  19. color:#FFFFFF;
  20.  
  21. width:400px;
  22. text-align:left;
  23. text-decoration:none;
  24.  
  25.  
  26. font: bold 5em/0.8 "Helvetica Neue", Helvetica, Arial, sans-serif;
  27. letter-spacing: -0.05em;
  28. color: #F0F0F0;
  29. font-size:450%;
  30. text-shadow: 0px -1px 2px rgba(20, 20, 20, 0.4);
  31. }
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. a.box:hover,a.box:active
  39. {
  40. <!-- background-color:#bed4db; -->
  41. color:#dddddd;
  42.  
  43. }
  44. </style>
  45. </head>
  46.  
  47. <body>
  48. <center>
  49. <br>
  50. <br>
  51. <br>
  52. <br>
  53. <br>
  54. <br>
  55. <br>
  56. <br>
  57. <br>
  58. <br>
  59. <br>
  60. <br>
  61.  
  62. <a class="box" href="http://<redacted>.com">redacted</a>
  63.  
  64. <a class="box" href="http://www.youtube.com/">Youtube</a>
  65.  
  66. <a class="box" href="http://<redacted>">redacted</a>
  67.  
  68. <a class="box" href="http://imgur.com/">imgur</a>
  69.  
  70. <a class="box" href="https://mail.google.com/">Gmail</a>
  71.  
  72. <a class="box" href="http://www.facebook.com/">facebook</a>
  73.  
  74. <a class="box" href="http://<redacted>.tv">redacted</a>
  75.  
  76. <a class="box" href="http://reddit.com">reddit</a>
  77.  
  78. <a class="box" href="http://myspace.com">Music</a>
  79.  
  80. <a class="box" href="data:text/html, <html contenteditable>">Notepad</a>
  81.  
  82. <br>
  83.  
  84. <!-- Search Google -->
  85.  
  86. <div id="searchContainer">
  87. <form action="https://www.google.com/search">
  88. <input type="hidden" name="ie" value="UTF-8" />
  89. <input id="field" name="q" size="31" placeholder="Google search" autofocus="autofocus" />
  90. <input id="submit" name="" type="submit" value="Search" />
  91. </form>
  92. </div>
  93. <!-- Search Google -->
  94.  
  95.  
  96. <br>
  97. <br>
  98. <br>
  99. <br>
  100.  
  101. <div align="right">
  102. <a class="tiny" href=""></a>
  103. </center>
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement