Skip to content

Commit bdde491

Browse files
committed
Add favicon.ico
1 parent 35aa06c commit bdde491

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed
11.2 KB
Loading
45.4 KB
Loading
10.1 KB
Loading
651 Bytes
Loading
1.26 KB
Loading
15 KB
Binary file not shown.

example/src/main/resources/templates/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
<head>
44
<meta charset="UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
6-
76
<meta id="csrftoken" name="csrftoken" th:content="${_csrf.token}"/>
87
<meta id="csrfheadername" name="csrfheadername" th:content="${_csrf.headerName}"/>
98

109
<title>Web eID: electronic ID smart cards on the Web</title>
11-
<link
12-
href="/css/bootstrap.min.css"
13-
rel="stylesheet"
14-
/>
15-
<link
16-
href="/css/main.css"
17-
rel="stylesheet"
18-
/>
10+
<link rel="stylesheet" href="/css/bootstrap.min.css"/>
11+
<link rel="stylesheet" href="/css/main.css"/>
12+
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
14+
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
15+
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
16+
<link rel="icon" type="image/png" sizes="192x192" href="/img/android-chrome-192x192.png">
17+
<link rel="icon" type="image/png" sizes="512x512" href="/img/android-chrome-512x512.png">
1918
</head>
2019
<body class="m-4">
2120
<div class="container">
@@ -280,7 +279,7 @@ <h3><a id="for-developers"></a>For developers</h3>
280279
return;
281280
}
282281

283-
const challengeResponse = await fetch("/auth/challenge", {
282+
const challengeResponse = await fetch("/auth/challenge", {
284283
method: "POST",
285284
headers: {
286285
"Content-Type": "application/json",

0 commit comments

Comments
 (0)