codimd/public/views/error.ejs

20 lines
450 B
Plaintext
Raw Normal View History

2015-05-04 15:53:29 +08:00
<!DOCTYPE html>
<html lang="<%= getLocale() %>">
2015-05-04 15:53:29 +08:00
<head>
<%- include('codimd/head') %>
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
2015-05-04 15:53:29 +08:00
</head>
<body>
<%- include('codimd/header') %>
2015-05-04 15:53:29 +08:00
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
2015-05-04 15:53:29 +08:00
</div>
</div>
<%- include('codimd/footer') %>
2015-05-04 15:53:29 +08:00
</body>
</html>