Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" xmlns:th="http://thymeleaf.org">
- <head>
- <title>21 Cineplux</title>
- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
- integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
- </head>
- <body>
- <div class="container">
- <div class="card m-4 p-4">
- <div class="card-body">
- <div class="justify-content-center">
- <br>
- <h2
- th:text="'Bioskop dengan nomor bioskop ' + ${noBioskop} + ' berhasil menambahkan ' +${namaPenjaga}+ ' sebagai penjaga.'">
- </h2>
- <a class="btn btn-primary" th:href="@{/bioskop/view(noBioskop=${noBioskop})}">Kembali</a>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment