Skip to content

Commit a561076

Browse files
feat: Add favicon
1 parent 72a4296 commit a561076

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

images/favicon.png

6.04 KB
Loading

index.html

Lines changed: 2 additions & 1 deletion
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

@@ -23,4 +24,4 @@
2324
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
2425
</body>
2526

26-
</html>
27+
</html>

0 commit comments

Comments
 (0)