Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!-- Table Section -->
  2. <div class="table-responsive">
  3. <table class="table table-bordered">
  4. <thead>
  5. <tr>
  6. <th>Firstname</th>
  7. <th>Lastname</th>
  8. <th>Residence</th>
  9. <th>Position</th>
  10. <th>Country</th>
  11. <th>Jersey</th>
  12. <th>Delete</th>
  13. </tr>
  14. </thead>
  15. <tbody id="playerlist"></tbody>
  16. </table>
  17. </div>
  18.  
  19. <script src="app.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement