initial commit
This commit is contained in:
18
gloam/WebRoot/error/404.html
Normal file
18
gloam/WebRoot/error/404.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user