Skip to content

Commit 43e9fd4

Browse files
committed
Feat: added favicon
1 parent 1ef9def commit 43e9fd4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

favicon.webp

23.8 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<link rel="stylesheet" href="./style.css">
1010
<!-- FontAwesome ICON -->
1111
<script src="https://kit.fontawesome.com/5289663089.js" crossorigin="anonymous"></script>
12+
<!-- Favicon -->
13+
<link rel="shortcut icon" href="./favicon.webp" type="image/x-icon">
1214
</head>
1315
<body>
1416

0 commit comments

Comments
 (0)