Advertisement
Guest User

asddsa

a guest
Nov 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <html>
  2. <body>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <title>Bootstrap Example</title>
  7. <meta charset="utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  10. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  11. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  12. </head>
  13. <body>
  14.  
  15. <div class="container">
  16. <h2>League of Legends</h2>
  17. <p>League of Legends Champions</p>
  18. <table class="table table-striped">
  19. <thead>
  20. <tr>
  21. <th>Champ</th>
  22. <th>Runen Seite</th>
  23. </tr>
  24. </thead>
  25. <tbody>
  26. <tr>
  27. <td>Aatrox</td>
  28. <td><a href="https://puu.sh/ysaI8/6d4e119244.png">Toplane</a> <br /></td>
  29. <td><a href="https://puu.sh/ysaI8/6d4e119244.png">Jungle</a></td>
  30. </tr>
  31. <tr>
  32. <td>Ahri</td>
  33. <td><a href="http://puu.sh/ysai4/22b1504cac.png">Toplane</a></td>
  34. </tr>
  35. </tbody>
  36. </table>
  37. </div>
  38.  
  39.  
  40. </body>
  41. </html>
  42.  
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement