translate 404 error message to German

This commit is contained in:
Fabian Schieder 2026-02-27 22:03:09 +01:00
parent cd8cacc226
commit 923b6a8c6c

View File

@ -86,7 +86,7 @@ error_log("[404] $ip $method $requestUri");
<body>
<div class="card">
<h1>404</h1>
<h1>Seite nicht gefunden</h1>
<p>Die angeforderte Seite wurde nicht gefunden.</p>
<p><strong><?php echo $requestUri; ?></strong></p>