Changes in target/classes/templates/template.html [3fe36de:c02189f] in Git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
target/classes/templates/template.html
r3fe36de rc02189f 16 16 </head> 17 17 <body> 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> 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> 26 23 27 24 <header th:replace="fragments/header"></header>
Note:
See TracChangeset
for help on using the changeset viewer.