Rename HackMD view to CodiMD
Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
15
public/views/codimd.ejs
Normal file
15
public/views/codimd.ejs
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<%- include codimd/head %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include codimd/header %>
|
||||
<%- include codimd/body %>
|
||||
<%- include codimd/footer %>
|
||||
<%- include codimd/foot %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -2,18 +2,18 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<%- include hackmd/head %>
|
||||
<%- include codimd/head %>
|
||||
<link rel="stylesheet" href="<%- url %>/css/center.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include hackmd/header %>
|
||||
<%- include codimd/header %>
|
||||
<div class="container-fluid text-center">
|
||||
<div class="vertical-center-row">
|
||||
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
|
||||
</div>
|
||||
</div>
|
||||
<%- include hackmd/footer %>
|
||||
<%- include codimd/footer %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<%- include hackmd/head %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include hackmd/header %>
|
||||
<%- include hackmd/body %>
|
||||
<%- include hackmd/footer %>
|
||||
<%- include hackmd/foot %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user