Changeset f8ef9bd for src/main/resources/templates/master-template.html
- Timestamp:
- 02/06/23 04:03:40 (22 months ago)
- Branches:
- master
- Children:
- 43a1688
- Parents:
- eb5426c (diff), 608fefef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/master-template.html
reb5426c rf8ef9bd 3 3 <head> 4 4 <meta charset="UTF-8"/> 5 5 6 <title>MovieZone</title> 7 6 8 <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 9 <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> … … 15 17 16 18 </section> 17 <!-- Footer --> 19 20 <footer th:replace="fragments/footer"/> 21 18 22 </body> 19 23 </html>
Note:
See TracChangeset
for help on using the changeset viewer.