HackMD/public/views/error.ejs

19 lines
401 B
Plaintext
Raw Normal View History

2015-05-04 07:53:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<%- include head %>
<link rel="stylesheet" href="<%- url %>/css/center.css">
2015-05-04 07:53:29 +00:00
</head>
<body>
<%- include header %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
</div>
</div>
<%- include footer %>
</body>
</html>