codimd/public/views/error.ejs
Tamotsu Takahashi ffac6450ff Remove the semicolons
https://github.com/hackmdio/codimd/pull/1580#issuecomment-690241496

Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
2020-09-11 13:33:35 +09:00

20 lines
434 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<%- include('codimd/head') %>
<link rel="stylesheet" href="<%- serverURL %>/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>