fix 404 page

This commit is contained in:
Dominic Reich 2022-12-16 17:19:36 +01:00
parent a215633162
commit 6b0b17873a
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -19,10 +19,14 @@
xhttp.open("GET", url, true);
xhttp.send();
</script>
</div>
<noscript>
<div class="prose dark:prose-invert">
<p>
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
take care of. <em>Thanks a lot!</em>
</p>
</div>
</div>
</noscript>
{{ end }}