Guest User

html

a guest
Jan 2nd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.42 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="Shortcut icon" href="WcuiL.png" />
  6. <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
  7. <link rel="stylesheet" type="text/css" href="style.css">
  8. <link href='https://fonts.googleapis.com/css?family=Lato:400,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  9.  <script>
  10.  $( document ).ready(function() {
  11.         $(".news").click(function() {
  12.                 $( "#newsy").slideToggle( "50", function() {
  13.                  
  14.                 });
  15.             });
  16.             $("#close").click(function() {
  17.                 $( "#cookies").slideToggle( "50", function() {
  18.                  
  19.                 });
  20.             });
  21.         $( document ).ready(function() {
  22.             $( "#warper").fadeIn( "slow", function() {
  23.                  
  24.                 });
  25.             });
  26. });
  27.  </script>
  28.  
  29. </head>
  30. <body>
  31.  
  32. <title>TOTALSKY</title>
  33. <div id="warper">
  34. <div id="menu">
  35.  
  36. <ol>
  37. <li><a href="index.html">TOTALSKY.PL</a></li>
  38. <li><a href="reg.html">Regulamin</a></li>
  39. <li><a href="ekipa.html">Ekipa</a></li>
  40. <li><a href="faq.html">FAQ</a></li>
  41. <li><a href="onnas.html">O Nas</a></li>
  42. <li><a href="#">Sklep</a></li>
  43. <li><a href="#">Forum</a></li>
  44. <li><a href="#" class="news">NEWS</a></li>
  45. <ol>
  46. </div>
  47. <div id="newsy">
  48. OTWARCIE SERWERA
  49. </div>
  50. <div id="cookies">
  51. CHCESZ POMÓC ROZREKLAMOWAĆ SERWER, POLEĆ ZNAJOMYM A MY SIE ODWDZIĘCZYMY!
  52. <div id="close">
  53. X
  54. </div>
  55. </div>
  56. <div id="content">
  57. Aktualnosci z Serwera
  58.  
  59. </div>
  60.  
  61. </div>
  62.  
  63. </body>
  64.  
  65. </html>
Add Comment
Please, Sign In to add comment