angga1518

add-penjaga.html

Sep 19th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.92 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.                     <br>
  16.                     <h2
  17.                        th:text="'Bioskop dengan nomor bioskop ' + ${noBioskop} + ' berhasil menambahkan ' +${namaPenjaga}+ ' sebagai penjaga.'">
  18.                     </h2>
  19.                     <a class="btn btn-primary" th:href="@{/bioskop/view(noBioskop=${noBioskop})}">Kembali</a>
  20.  
  21.                 </div>
  22.             </div>
  23.         </div>
  24.     </div>
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment