LJ/doc/custom404.html

13 lines
229 B
HTML
Raw Normal View History

2023-06-03 12:43:53 +00:00
<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>