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

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

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

</html>