Fix the titles in error pages
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>403</title>
|
||||||
<link rel="icon" href="/favicon.png" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="error">
|
<div class="error">
|
||||||
_ _ ___ _____
|
_ _ ___ _____
|
||||||
| || | / _ \___ /
|
| || | / _ \___ /
|
||||||
| || |_| | | ||_ \
|
| || |_| | | ||_ \
|
||||||
|__ _| |_| |__) |
|
|__ _| |_| |__) |
|
||||||
|_| \___/____/
|
|_| \___/____/
|
||||||
|
|
||||||
403 - Forbidden
|
403 - Forbidden
|
||||||
<a href="/index.xhtml">Go home!</a>
|
<a href="/index.xhtml">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>404</title>
|
||||||
<link rel="icon" href="/favicon.png" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="error">
|
<div class="error">
|
||||||
_ _ ___ _ _
|
_ _ ___ _ _
|
||||||
| || | / _ \| || |
|
| || | / _ \| || |
|
||||||
| || |_| | | | || |_
|
| || |_| | | | || |_
|
||||||
|__ _| |_| |__ _|
|
|__ _| |_| |__ _|
|
||||||
|_| \___/ |_|
|
|_| \___/ |_|
|
||||||
|
|
||||||
404 - Not Found
|
404 - Not Found
|
||||||
<a href="/index.xhtml">Go home!</a>
|
<a href="/index.xhtml">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>500</title>
|
||||||
<link rel="icon" href="/favicon.png" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="error">
|
<div class="error">
|
||||||
_ _ ___ _____
|
_ _ ___ _____
|
||||||
| || | / _ \___ /
|
| || | / _ \___ /
|
||||||
| || |_| | | ||_ \
|
| || |_| | | ||_ \
|
||||||
|__ _| |_| |__) |
|
|__ _| |_| |__) |
|
||||||
|_| \___/____/
|
|_| \___/____/
|
||||||
|
|
||||||
500 - Internal Server Error
|
500 - Internal Server Error
|
||||||
<a href="/index.xhtml">Go home!</a>
|
<a href="/index.xhtml">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>502</title>
|
||||||
<link rel="icon" href="/favicon.png" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="error">
|
<div class="error">
|
||||||
____ ___ ____
|
____ ___ ____
|
||||||
| ___| / _ \___ \
|
| ___| / _ \___ \
|
||||||
|___ \| | | |__) |
|
|___ \| | | |__) |
|
||||||
___) | |_| / __/
|
___) | |_| / __/
|
||||||
|____/ \___/_____|
|
|____/ \___/_____|
|
||||||
|
|
||||||
502 - Bad gateway
|
502 - Bad gateway
|
||||||
<a href="/index.xhtml">Go home!</a>
|
<a href="/index.xhtml">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user