Advertisement
Guest User

events

a guest
Mar 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 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 | Events</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="style.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>Upcoming Events</h1></div>
  37.  
  38. <div id="article">
  39. <font size="5">
  40. <br/><br/><br/><br/>
  41. <center>Overwatch League 2019 | February 15 — August 1 • Los Angeles, CA</center><br/>
  42. <center>CWL FORT WORTH 2019 | March 15 — 18 • Fort Worth, TX</center><br/>
  43. <center>GEARS PRO CIRCUIT BOSTON OPEN | April 26 — 29 • Boston, MA</center><br/>
  44. <center>CWL LONDON 2019 | May 3 — 6 • London, UK</center><br/>
  45. <center>CWL ANAHEIM 2019 | June 14 — 17 • Anaheim, CA</center>
  46. </font>
  47. </div>
  48.  
  49. </div>
  50. <div id="footer">Copyright by xPawlo &#169; 2019</div>
  51.  
  52. </div>
  53.  
  54. </body>
  55.  
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement