fix: WebWolf JWT jquery webjar

This commit is contained in:
Àngel Ollé Blázquez 2023-08-09 00:51:05 +02:00
parent a9b1fd66b8
commit 4ba818533c

View File

@ -5,7 +5,7 @@
<link rel="icon" th:href="@{/css/img/webwolf.ico}"/>
<link rel="stylesheet" type="text/css" th:href="@{/webjars/bootstrap/3.3.7/css/bootstrap.min.css}"/>
<link rel="stylesheet" th:href="@{/css/webwolf.css}"/>
<script th:src="@{/webjars/jquery/3.5.1/jquery.min.js}"></script>
<script th:src="@{/webjars/jquery/3.6.4/jquery.min.js}"></script>
<script th:src="@{/webjars/bootstrap/3.3.7/js/bootstrap.min.js}"></script>
</div>
</head>