2015-05-04 15:53:29 +08:00
|
|
|
<!DOCTYPE html>
|
2020-04-10 18:29:37 +08:00
|
|
|
<html lang="<%= getLocale() %>">
|
2015-05-04 15:53:29 +08:00
|
|
|
|
|
|
|
<head>
|
2020-09-11 13:09:20 +09:00
|
|
|
<%- include('codimd/head') %>
|
2018-09-13 21:26:39 +02:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
|
2015-05-04 15:53:29 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-09-11 13:09:20 +09:00
|
|
|
<%- include('codimd/header') %>
|
2015-05-04 15:53:29 +08:00
|
|
|
<div class="container-fluid text-center">
|
|
|
|
<div class="vertical-center-row">
|
2018-09-13 21:26:39 +02:00
|
|
|
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
2015-05-04 15:53:29 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-11 13:09:20 +09:00
|
|
|
<%- include('codimd/footer') %>
|
2015-05-04 15:53:29 +08:00
|
|
|
</body>
|
|
|
|
|
2018-06-24 13:37:46 +02:00
|
|
|
</html>
|