Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Test</title>
  6.     <meta http-equiv="Page-Enter" content="revealTrans(Duration=10,Transition=3)" />
  7.     <link rel="stylesheet" href="style.css" type="text/css" />
  8.     <link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Lato" rel="stylesheet">
  9.     <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  10.     <script src="jquery.countTo.js"></script>
  11. </head>
  12. <body>
  13.     <main>
  14.         <header>
  15.    
  16.             <h1 class="logo"><a href="index.php">Test</a></h1>
  17.    
  18.         </header>
  19.    
  20.         <article>
  21.             <div class="box">
  22.                 <p class="napis">Umiejętności</p>
  23.             </div>
  24.             <a href="umie.php"><div class="btn">Zobacz!</div></a>
  25.         </article>
  26.     </main>
  27.     <footer>
  28.    
  29.         <p class="stopa">Wszielkie prawa zastrzeżone &copy; 2018</p>
  30.    
  31.     </footer>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement