angga1518

home.html

Sep 19th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:th="http://thymeleaf.org">
  3.  
  4. <head>
  5. <title>21 Cineplux</title>
  6. <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
  7. integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
  8. </head>
  9.  
  10. <body>
  11. <div class="container">
  12. <div class="card m-4 p-4">
  13. <div class="card-body">
  14. <div class="justify-content-center">
  15. <h2>Welcome to 21 Cineplux!</h2>
  16. <br>
  17. <a class="btn btn-primary" href="/bioskop/add">Tambah Bioskop</a>
  18. <a class="btn btn-primary" href="/bioskop/viewall">Lihat Semua Bioskop</a>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23.  
  24. </body>
  25.  
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment