We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619274b commit a4e5e89Copy full SHA for a4e5e89
1 file changed
index.md
@@ -4,9 +4,9 @@
4
<script>
5
window.onload = function() {
6
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";
+ link.type = "image/*";
+ link.rel = "icon";
+ link.href = "https://cufyorg.github.io/origin_ic.png";
10
top.document.getElementsByTagName("head")[0].appendChild(link);
11
};
12
</script>
0 commit comments