mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
cb265986f3
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
18 lines
396 B
Text
18 lines
396 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>
|