framework/error/404.html

13 lines
186 B
HTML
Raw Normal View History

2015-10-02 16:17:12 +08:00
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>404 Not Found</h1>
<p>Looks like this page could not be found.</p>
</body>
</html>