Advertisement
Guest User

gallery

a guest
Mar 24th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <html lang="pl">
  4.  
  5. <head>
  6. <meta charset="utf-8" />
  7. <title>Major League Gaming | Gallery</title>
  8. <meta name="description" content="opis..." />
  9. <meta name="keywords" content="tagi, tagi, wiecej tagow" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge.chrome=1" />
  11. <link rel="stylesheet" href="gallery.css" type="text/css" />
  12. <link href="https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  14. <link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
  15. <link rel="icon" href="ico.ico">
  16. </head>
  17.  
  18. <body>
  19. <div id="all">
  20.  
  21. <div id="gora">
  22. <div id="logo"><a href="index.html" title="Home Page"><img src="mlglogo.png" width="128" height="128"></a></div>
  23. <div id="title">Major League Gaming</div>
  24. </div>
  25.  
  26. <div id="nav">
  27. <a href="index.html"><div id="option1">Home Page</div></a>
  28. <a href="galery.html"><div id="option2">Gallery</div></a>
  29. <a href="events.html"><div id="option3">Events</div></a>
  30. <a href="https://www.mlg.com/.html" target="_blank"><div id="option4">MLG Website</div></a>
  31. <div id="clear"></div>
  32. </div>
  33.  
  34. <div id="content">
  35.  
  36. <div id="atitle"><h1>Gallery</h1></div>
  37.  
  38. <div id="article">
  39. <br/><br/><br/>
  40. <center><img src="mlg1.jpeg" width="400" height="230" border="4"></center><br/>
  41. <center><img src="mlg2.jpg" width="400" height="230" border="4"></center><br/>
  42. <center><img src="mlg3.jpg" width="400" height="230" border="4"></center><br/>
  43. </div>
  44.  
  45. </div>
  46. <div id="footer">Copyright by xPawlo &#169; 2019</div>
  47.  
  48. </div>
  49.  
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement