mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 21:53:40 -05:00
Update index.html
This commit is contained in:
parent
b84b797cd6
commit
8c82a4975f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
var newFavicon = document.createElement('link');
|
var newFavicon = document.createElement('link');
|
||||||
newFavicon.id = 'favicon';
|
newFavicon.id = 'favicon';
|
||||||
newFavicon.rel = 'icon';
|
newFavicon.rel = 'icon';
|
||||||
newFavicon.href = 'new_favicon.ico';
|
newFavicon.href = '/assets/img/new_favicon.ico';
|
||||||
|
|
||||||
favicon.parentNode.replaceChild(newFavicon, favicon);
|
favicon.parentNode.replaceChild(newFavicon, favicon);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue