Skip to content

Commit a4e5e89

Browse files
committed
Update index.md
Icon fix
1 parent 619274b commit a4e5e89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<script>
55
window.onload = function() {
66
let link = top.document.createElement("link");
7-
link.type = "image/x-icon";
8-
link.rel = "shortcut icon";
9-
link.href = "https://cufyorg.github.io/favicon.ico";
7+
link.type = "image/*";
8+
link.rel = "icon";
9+
link.href = "https://cufyorg.github.io/origin_ic.png";
1010
top.document.getElementsByTagName("head")[0].appendChild(link);
1111
};
1212
</script>

0 commit comments

Comments
 (0)