Ignore:
Timestamp:
01/06/23 21:08:03 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
89865ae
Parents:
9dcbf44
Message:

Added all advanced reports, added bootstrap for every template

File:
1 edited

Legend:

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

    r9dcbf44 rcab5859  
    1010  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
    1111</head>
    12 <body>
     12<body class="bg-light">
    1313<header th:replace="fragments/header"></header>
    1414
     
    1616
    1717</section>
     18
     19<footer th:replace="fragments/footer"></footer>
    1820</body>
    1921</html>
Note: See TracChangeset for help on using the changeset viewer.