Skip to content

Commit 530b2ee

Browse files
committed
Add favicon with "cup of coffee" image
1 parent 9556eff commit 530b2ee

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

bin/template.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<!-- Bootstrap CSS -->
1010
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
1111
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
12+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
1213

1314
<title>***TITLE_PLACEHOLDER***</title>
1415
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>

favicon.png

19.9 KB
Loading

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<!-- Bootstrap CSS -->
1010
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
1111
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
12+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
1213

1314
<title>Java interview Q&A</title>
1415
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>

0 commit comments

Comments
 (0)