Refactor templates and rearrange its path

This commit is contained in:
Wu Cheng-Han
2017-01-21 13:08:29 +08:00
parent 6e8ff3de23
commit 09a7bcbdef
22 changed files with 247 additions and 243 deletions

View File

@@ -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>