Changes in target/classes/templates/template.html [f25e8dd:5b447b0] in Git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
target/classes/templates/template.html
rf25e8dd r5b447b0 3 3 <head> 4 4 <meta charset="UTF-8"/> 5 <title> weDiscussMovies</title>5 <title>Products</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> … … 18 18 <section class="jumbotron text-center"> 19 19 <div class="container"> 20 < !--<img th:src="@{/img/logo.png}" style="opacity: 0.3; z-index: 5; position: absolute; margin: auto; height: 225px; width: auto; left: 42%; top: 2%">-->21 <h 1 class="jumbotron-heading" style="z-index: -1">weDiscussMovies</h1>20 <h1 class="jumbotron-heading">WEB PROGRAMMING SHOP</h1> 21 <h3 class="jumbotron-heading">All products</h3> 22 22 </div> 23 23 </section> … … 27 27 <h1 class="danger" th:text="${error?.toString()}"></h1> 28 28 </div> 29 <div th:replace="fragments/searchBarName"></div> 29 30 <section th:include="${contentTemplate}"></section> 30 31 <div id="dialog-rating" style="display: none">
Note:
See TracChangeset
for help on using the changeset viewer.