13 lines
229 B
HTML
13 lines
229 B
HTML
<html>
|
|
<head>
|
|
<title>Custom 404</title>
|
|
</head>
|
|
<body>
|
|
<img src="logo.png">
|
|
<center>
|
|
<h2>This is an example of a customized 404 error page.</h2>
|
|
|
|
<a href="/">Go back to home page</a><br><br>
|
|
</center>
|
|
</body>
|
|
</html> |