diff --git a/content.json b/content.json index 43bf7b4..1613572 100644 --- a/content.json +++ b/content.json @@ -4,6 +4,7 @@ "cloneable": true, "description": "Decentralized forum with ZeroID", "domain": "Talk.ZeroNetwork.bit", + "favicon": "favicon.png", "files": { "css/all.css": { "sha512": "413e69750ab6d51f3752edc3599fc8f3100f16ffd2d17e107b42f0a25f56c581", @@ -98,4 +99,4 @@ "translate": ["index.html", "js/all.js"], "viewport": "width=device-width, initial-scale=0.8", "zeronet_version": "0.5.7" -} \ No newline at end of file +} diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..072fb48 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index 3d5cdce..15ae209 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/([&?])wrapper=False/, "$1").replace(/&$/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "") // Fix urls }, 100) // 100ms later, to workaround double js download in chrome + @@ -189,4 +190,4 @@

Title

}); - \ No newline at end of file +