- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/master-template.html
r45e9a02 reb5426c 3 3 <head> 4 4 <meta charset="UTF-8"/> 5 <title> Products</title>5 <title>MovieZone</title> 6 6 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> 7 7 <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> … … 15 15 16 16 </section> 17 18 <footer th:replace="fragments/footer"/> 17 <!-- Footer --> 19 18 </body> 20 19 </html>
Note:
See TracChangeset
for help on using the changeset viewer.