Skip to content

Commit 51cd2e9

Browse files
committed
Add favicon
1 parent 1b6c7ee commit 51cd2e9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
7+
<link rel="icon" type="image/svg+xml" href="favicon.svg" media="(prefers-color-scheme: dark)">
68
<title>Notes</title>
79
<meta name="description" content="Collection of PDF notes.">
810
</head>

public/favicon-dark.svg

+1
Loading

public/favicon.svg

+1
Loading

0 commit comments

Comments
 (0)