Guest User

HTML

a guest
May 19th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8" />
  7. <title> XYZZZZ </title>
  8. <meta name="description" content="XYZZZZ" />
  9. <meta name="keywords" content="XYZZZZ" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  11.  
  12. <link rel="stylesheet" href="style.css" type="text/css"/>
  13. <link href='https://fonts.googleapis.com/css?family=Lato|Josefin+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  14. </head>
  15.  
  16. <body>
  17.  
  18. <div id="container">
  19. <div claas="rectangle">
  20. <div id="logo">XYZZZZ</div>
  21. <div id="zegar">12:00:00</div>
  22. <div style="clear: both;"></div>
  23. </div>
  24.  
  25. <div id="square">
  26. <div class="title1">1</div>
  27. <div class="title1">1</div>
  28. <div style="clear:both;"> </div>
  29. <div class="title2">2</div>
  30. <div class="title3">3</div>
  31. <div style="clear:both;"> </div>
  32. <div class="title4">4</div>
  33. </div>
  34. <div id="square">
  35. <div class="title5">5</div>
  36. </div>
  37. <div style="clear: both;"></div>
  38.  
  39. <div claas="rectangle"></div>
  40.  
  41. </div>
  42.  
  43. </body>
  44.  
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment