mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
b468fb623b
Signed-off-by: David Mehren <git@herrmehren.de>
18 lines
402 B
Text
18 lines
402 B
Text
<!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>
|