Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@include file="header.jsp" %>
  2. <div class="container">
  3. <h3>Daftar Mahasiswa</h3>
  4. <a href="tambah-mhs.jsp"><button class="btn-success">Tambah Mahasiswa</button></a>
  5.  
  6. <table class="table table-bordered">
  7. <thead>
  8. <tr>
  9. <th>NIM</th>
  10. <th>Nama</th>
  11. <th>Jurusan</th>
  12. <th>Email</th>
  13. <th>Alamat</th>
  14. <th>Aksi</th>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19.  
  20. </tr>
  21. </tbody>
  22. </table>
  23.  
  24. </div>
  25. <%@include file="footer.jsp" %>