Changeset 967b414 in Git for src/main/resources/templates/template.html
- Timestamp:
- 02/09/22 03:21:13 (3 years ago)
- Branches:
- main
- Children:
- 6f91f99
- Parents:
- 0226942 (diff), 3fe36de (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. - git-author:
- Mato-77 <56981531+Mato-77@…> (02/09/22 03:21:13)
- git-committer:
- GitHub <noreply@…> (02/09/22 03:21:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/template.html
r0226942 r967b414 16 16 </head> 17 17 <body> 18 <section class="jumbotron text-center" style="background: url('/img/cover.jpg') center; background-repeat: no-repeat; background-size: 100% auto; height: 280px; margin-bottom: 0px "> 19 <div class="container" > 20 <h1 class="jumbotron-heading" style="z-index: -1"></h1> 21 </div> 22 </section> 18 <a href="/movies"> 19 20 <section class="jumbotron text-center" style="background: url('/img/cover.jpg') center; background-repeat: no-repeat; background-size: 100% auto; height: 280px; margin-bottom: 0px "> 21 <div class="container" > 22 <h1 class="jumbotron-heading" style="z-index: -1"></h1> 23 </div> 24 </section> 25 </a> 23 26 24 27 <header th:replace="fragments/header"></header>
Note:
See TracChangeset
for help on using the changeset viewer.