Fix the titles in error pages

This commit is contained in:
2025-05-15 18:41:20 +02:00
parent 84d897cf15
commit c14ddc4199
4 changed files with 84 additions and 84 deletions

View File

@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<title>403</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>

View File

@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<title>404</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>

View File

@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<title>500</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>

View File

@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<title>502</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>