2015-05-04 07:53:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<%- include head %>
|
2016-02-17 04:08:44 +00:00
|
|
|
<link rel="stylesheet" href="<%- url %>/css/center.css">
|
2015-05-04 07:53:29 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<%- include header %>
|
|
|
|
<div class="container-fluid text-center">
|
|
|
|
<div class="vertical-center-row">
|
|
|
|
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%- include footer %>
|
|
|
|
</body>
|
|
|
|
|
2016-04-20 10:17:09 +00:00
|
|
|
</html>
|