fix 404 page
This commit is contained in:
parent
a215633162
commit
6b0b17873a
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue