forked from cat/WebBase
Added the new response style and 404 page
This commit is contained in:
15
www/error.html
Normal file
15
www/error.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>404 NOT FOUND</h1>
|
||||
<p>We could not find the requested page! Sorry ~_~ </p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user