2015-05-04 03:53:29 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('hedgedoc/head') %>
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
|
2015-05-04 03:53:29 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('hedgedoc/header') %>
|
2015-05-04 03:53:29 -04:00
|
|
|
<div class="container-fluid text-center">
|
|
|
|
<div class="vertical-center-row">
|
2018-09-13 15:26:39 -04:00
|
|
|
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
2015-05-04 03:53:29 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2018-06-24 07:37:46 -04:00
|
|
|
</html>
|