CLre/CLre_server/WebStatus/Assets/error404.html

13 lines
208 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
</head>
<body>
<h1>Page not found</h1>
<div>
<a href="/">Home</a>
</div>
</body>
</html>