Skip to content

Commit 458009a

Browse files
fix: Fixed missing link tag (#345)
1 parent d3ec15c commit 458009a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="description" content="Description">
99
<meta name="viewport"
1010
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
11+
<link rel="icon" type="image/png" href="images/favicon.png">
1112
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
1213
</head>
1314

0 commit comments

Comments
 (0)