Ignore:
Timestamp:
02/06/23 04:03:40 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
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.
Message:

Merge branch 'master' of https://github.com/DenicaKj/MovieZone

File:
1 edited

Legend:

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

    reb5426c rf8ef9bd  
    33<head>
    44    <meta charset="UTF-8"/>
     5
    56    <title>MovieZone</title>
     7
    68    <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">
    79    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
     
    1517
    1618</section>
    17 <!-- Footer -->
     19
     20<footer th:replace="fragments/footer"/>
     21
    1822</body>
    1923</html>
Note: See TracChangeset for help on using the changeset viewer.