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
<li><spanclass="npm">npm</span><spanclass="err">ERR!</span><spanclass="status">404</span><spanclass="message">You should bug the author to publish it.</span></li>
<li><spanclass="user">user@jstoday: ~</span><spanclass="message">Return to <ahref="/">JavaScript Today</a></span><spanclass="blinking-cursor"></span></li>
90
+
</ul>
91
+
</div>
92
+
<script>
93
+
consturl=window.location.href;
94
+
constpathUrl=window.location.pathname;
95
+
document.getElementById('location').innerHTML=`Not Found - GET ${url} - Not Found`;
96
+
document.getElementById('path').innerHTML=`'${pathUrl}' doesn't exist on this site.`;
0 commit comments