1

additional fragment

This commit is contained in:
Christoph
2020-04-10 21:38:32 +02:00
parent eea5a709b3
commit 0cfdb06164

View File

@ -4,10 +4,10 @@
<!--Stylesheets, Javascript etc.--> <!--Stylesheets, Javascript etc.-->
<th:block th:fragment="headcontent"> <th:block th:fragment="headcontent">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>--> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>--> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link th:href="@{style.css}" rel="stylesheet"/> <link th:href="@{/style.css}" rel="stylesheet"/>
</th:block> </th:block>
<!--Left navigation bar--> <!--Left navigation bar-->