Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/master-template.html

    reb5426c r45e9a02  
    33<head>
    44    <meta charset="UTF-8"/>
    5     <title>MovieZone</title>
     5    <title>Products</title>
    66    <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">
    77    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
     
    1515
    1616</section>
    17 <!-- Footer -->
     17
     18<footer th:replace="fragments/footer"/>
    1819</body>
    1920</html>
Note: See TracChangeset for help on using the changeset viewer.