aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoramelia <[email protected]>2022-04-06 10:39:34 -0500
committeramelia <[email protected]>2022-04-06 10:39:34 -0500
commit43eb6f46502fbe1c2e072285d16ecc0e40be9b91 (patch)
tree6ff2ada6a512d6e9f3dfe5140ce9e353ded853b9 /index.html
parent7d0f7104f4e88d3f9f1e7fc6a05746d531ee7706 (diff)
Add files via upload
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index c26946c..776f364 100644
--- a/index.html
+++ b/index.html
@@ -311,7 +311,14 @@
}
document.write("<title>Antheia</title>")
- document.write("<link rel=\"icon\" href=\"./icon.png\">")
+ function setFavicons(favImg){
+ let headTitle = document.querySelector('head');
+ let setFavicon = document.createElement('link');
+ setFavicon.setAttribute('rel','shortcut icon');
+ setFavicon.setAttribute('href',favImg);
+ headTitle.appendChild(setFavicon);
+}
+setFavicons('https://raw.githubusercontent.com/squiresgrant/Antheia/main/icon.ico');
var bank = getCookie('bank');
var inv = getCookie('inv');
var inv = getCookie('storage');