2015-05-04 07:53:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2018-06-24 11:37:46 +00:00
|
|
|
<%- include codimd/head %>
|
2018-09-13 19:26:39 +00:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
|
2015-05-04 07:53:29 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-06-24 11:37:46 +00:00
|
|
|
<%- include codimd/header %>
|
2015-05-04 07:53:29 +00:00
|
|
|
<div class="container-fluid text-center">
|
|
|
|
<div class="vertical-center-row">
|
2018-09-13 19:26:39 +00:00
|
|
|
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
2015-05-04 07:53:29 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-06-24 11:37:46 +00:00
|
|
|
<%- include codimd/footer %>
|
2015-05-04 07:53:29 +00:00
|
|
|
</body>
|
|
|
|
|
2018-06-24 11:37:46 +00:00
|
|
|
</html>
|