You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.addEventListener("DOMContentLoaded",function(){var o;console.log("Attempting to load Header..."),(o=new XMLHttpRequest).open("GET","/assets/head.html",!0),o.onload=function(){var e;200<=o.status&&o.status<300?((e=document.createElement("div")).innerHTML=o.responseText,document.body.prepend(e),console.log("Header is loaded successfully!")):console.error("Failed to load header. Status: "+o.status)},o.onerror=function(){console.error("Error occurred while loading header.")},o.send()});