12 lines
151 B
HTML
12 lines
151 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>404 Page Not Found</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>No route associated with the URL</p>
|
|
</body>
|
|
</html>
|