This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-oam/gloam/WebRoot/error/500.html
2018-09-27 16:28:35 +08:00

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>500</title>
#include("/common/header.html")
</head>
<body>
<div class="error_tip">
#(_res.get('500'))
</div>
</body>
</html>