fix 404 page

main
Dominic Reich 2 years ago
parent a215633162
commit 6b0b17873a
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -19,10 +19,14 @@
xhttp.open("GET", url, true); xhttp.open("GET", url, true);
xhttp.send(); xhttp.send();
</script> </script>
</div>
<noscript>
<div class="prose dark:prose-invert">
<p> <p>
This site uses javascript to report 404 pages. Please let javascript This site uses javascript to report 404 pages. Please let javascript
do it's job on this website. It helps me identify dead links that I can do it's job on this website. It helps me identify dead links that I can
take care of. <em>Thanks a lot!</em> take care of. <em>Thanks a lot!</em>
</p> </p>
</div> </div>
</noscript>
{{ end }} {{ end }}

Loading…
Cancel
Save