mirror of https://github.com/status-im/codimd.git
20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
<!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>
|