19 lines
358 B
HTML
19 lines
358 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="<%=basePath %>">
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Bootstrap Metro Dashboard">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>404</title>
|
|
#include("/common/header.html")
|
|
</head>
|
|
|
|
<body>
|
|
<div class="error_tip">
|
|
#(_res.get('404'))
|
|
</div>
|
|
</body>
|
|
</html>
|