Refactor templates and rearrange its path
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<%- include head %>
|
||||
<%- include hackmd/head %>
|
||||
<link rel="stylesheet" href="<%- url %>/css/center.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include header %>
|
||||
<%- include hackmd/header %>
|
||||
<div class="container-fluid text-center">
|
||||
<div class="vertical-center-row">
|
||||
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
||||
</div>
|
||||
</div>
|
||||
<%- include footer %>
|
||||
<%- include hackmd/footer %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user