better text on 404 page

This commit is contained in:
Jonas Leder 2021-01-02 11:29:32 +01:00
parent 60f840a45c
commit 8dfb89fabc

View file

@ -48,7 +48,7 @@ if (strpos($_SERVER['HTTP_HOST'], '.onion') !== false) {
{
action: 'type',
strings: ["404 File not found"],
output: '<span class="gray">It looks like you want to access a file that\'s not available</span><br>&nbsp;',
output: '<span class="gray">It looks like you want to access a file that\'s not found</span><br>&nbsp;',
postDelay: 1000
},
{