Skip to content

Commit e997fc9

Browse files
committed
update favicons
1 parent 35188fe commit e997fc9

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

static/favicon-16x16.png

533 Bytes
Loading

static/favicon-32x32.png

1.16 KB
Loading

static/favicon.ico

10.9 KB
Binary file not shown.

static/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Developer Den</title>
6-
6+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
7+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
78
<link rel="stylesheet" href="main.css">
89
<link rel="stylesheet" href="custom.css">
910
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)