Add favicon to WebGoat/WebWolf

This commit is contained in:
Nanne Baars
2021-10-31 20:44:21 +01:00
committed by Nanne Baars
parent c7e04cef97
commit 22af35a9a7
8 changed files with 6 additions and 8 deletions

View File

@ -8,7 +8,7 @@
<meta http-equiv="Cache-Control" CONTENT="no-store"/>
<!-- CSS -->
<link rel="shortcut icon" th:href="@{/images/favicon.ico}" type="image/x-icon"/>
<link rel="shortcut icon" th:href="@{/css/img/favicon.ico}" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/main.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/>