en/errors/: Hopefully fix repeated 404s

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-11-25 23:16:16 -05:00
parent 91b11016bd
commit c288078559
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
6 changed files with 18 additions and 18 deletions

View File

@ -7,10 +7,10 @@
<title>403 Forbidden | ~vern</title>
</head>
<body>
<!--#include file="/nav.php" -->
<!--#include file="/en/nav.php" -->
<h1>403 Forbidden</h1>
<p>You do not have access to this page. This may be because the www-data user does not have sufficient read permissions on the file.</p>
<!--#include file="/errors/common.html" -->
<!--#include file="/footer.cgi" -->
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>

View File

@ -7,10 +7,10 @@
<title>404 Not Found | ~vern</title>
</head>
<body>
<!--#include file="/nav.php" -->
<!--#include file="/en/nav.php" -->
<h1>404 Not Found</h1>
<p>The page you are trying to reach either does not exist or you do not have permission to view it.</p>
<!--#include file="/errors/common.html" -->
<!--#include file="/footer.cgi" -->
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>

View File

@ -7,10 +7,10 @@
<title>503 Service Unavailable | ~vern</title>
</head>
<body>
<!--#include file="/nav.php" -->
<!--#include file="/en/nav.php" -->
<h1>503 Service Unavailable</h1>
<p>This service is unavailable.</p>
<!--#include file="/errors/common.html" -->
<!--#include file="/footer.cgi" -->
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>

View File

@ -7,10 +7,10 @@
<title>403 Forbidden | ~vern</title>
</head>
<body>
<!--#include file="/pt_BR/nav.php" -->
<!--#include file="/pt-BR/nav.php" -->
<h1>403 Forbidden</h1>
<p>Você não tem acesso a esse arquivo. Isso pode se dar quando o usuário www-data não tem acesso de leitura nesse arquivo.</p>
<!--#include file="/pt_BR/errors/common.html" -->
<!--#include file="/pt_BR/footer.html" -->
<!--#include file="/pt-BR/errors/common.html" -->
<!--#include file="/pt-BR/footer.html" -->
</body>
</html>

View File

@ -7,10 +7,10 @@
<title>404 Not Found | ~vern</title>
</head>
<body>
<!--#include file="/pt_BR/nav.php" -->
<!--#include file="/pt-BR/nav.php" -->
<h1>404 Not Found</h1>
<p>A página que você tentou acessar não existe ou não pôde ser alcançada.</p>
<!--#include file="/pt_BR/errors/common.html" -->
<!--#include file="/pt_BR/footer.html" -->
<!--#include file="/pt-BR/errors/common.html" -->
<!--#include file="/pt-BR/footer.html" -->
</body>
</html>

View File

@ -7,10 +7,10 @@
<title>503 Service Unavailable | ~vern</title>
</head>
<body>
<!--#include file="/pt_BR/nav.php" -->
<!--#include file="/pt-BR/nav.php" -->
<h1>503 Service Unavailable</h1>
<p>Serviço indisponível.</p>
<!--#include file="/pt_BR/errors/common.html" -->
<!--#include file="/pt_BR/footer.html" -->
<!--#include file="/pt-BR/errors/common.html" -->
<!--#include file="/pt-BR/footer.html" -->
</body>
</html>