We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a225e commit c409323Copy full SHA for c409323
main.js
@@ -1,5 +1,5 @@
1
const cryear = (new Date()).getFullYear();
2
-document.querySelector("section.footers p").innerHTML = `© Copyright ${cryear} Crotel - All Rights Reserved <br> Powered by Ghost + Github + jsDelivr + Cloudflare Workers`;
+document.querySelector("section.footers p").innerHTML = `© Copyright ${cryear} CROTEL - All Rights Reserved <br> Powered by JSON + Github + jsDelivr + Cloudflare Workers`;
3
document.getElementById("readMoreBtn").addEventListener("click", function () {
4
document.getElementById("header").setAttribute('style', 'display:none;');
5
document.getElementById("content").setAttribute('style', 'display:block;padding-top:10vh;');
0 commit comments