Changeset cab5859 for src/main/resources/templates/master-template.html
- Timestamp:
- 01/06/23 21:08:03 (23 months ago)
- Branches:
- main
- Children:
- 89865ae
- Parents:
- 9dcbf44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/master-template.html
r9dcbf44 rcab5859 10 10 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> 11 11 </head> 12 <body >12 <body class="bg-light"> 13 13 <header th:replace="fragments/header"></header> 14 14 … … 16 16 17 17 </section> 18 19 <footer th:replace="fragments/footer"></footer> 18 20 </body> 19 21 </html>
Note:
See TracChangeset
for help on using the changeset viewer.