Advertisement
Guest User

html

a guest
Jun 4th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="urf-8"/>
  5. <title>e-Sport</title>
  6. <meta nam="description" content="Strona do zmagań e-sportowych" />
  7. <meta name="keywords" content="e-sport, turnieje, lol, League of legends, newsy" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <link rel="stylesheet" type="text/css" href="style.css" media="all">
  11. </head>
  12. <body>
  13. <video id="video" autoplay="autoplay" loop="loop" muted="muted">
  14. <source src="video/sd.webm" type="video/webm" />
  15. <source src="../img/videoplayback.mp4" type="video/mp4" />
  16. </video>
  17. <div id="top_menu">
  18. <ul id="menu">
  19. <li><a href="#">STRONA GŁÓWNA</a></li>
  20. <li><a href="#">TURNIEJE</a></li>
  21. <li><a href="#">PARTNERZY</a></li>
  22. <li><a href="#">STREAM</a></li>
  23. <li><a href="#">WSPARCIE</a></li>
  24. <li><a href="#">KONTAKT</a></li>
  25. </ul>
  26. </div>
  27.  
  28. <div id="right"></div>
  29. <div id="left"></div>
  30. <div id="footer"></div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement