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.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 }}

Loading…
Cancel
Save