summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
blob: 98c3c74e9aac75126a33b4e3f9f4b8641ad018e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">

<head>
    <%- include codimd/head %>
    <link rel="stylesheet" href="<%- url %>/css/center.css">
</head>

<body>
    <%- include codimd/header %>
    <div class="container-fluid text-center">
        <div class="vertical-center-row">
                <h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
        </div>
    </div>
    <%- include codimd/footer %>
</body>

</html>