Template
1
0
Files
WebBase/www/error.html

16 lines
271 B
HTML

<!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>