diff options
Diffstat (limited to 'app/views/page.ejs')
| -rw-r--r-- | app/views/page.ejs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app/views/page.ejs b/app/views/page.ejs deleted file mode 100644 index 41ee1e2..0000000 --- a/app/views/page.ejs +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title><%= title %></title> - <link rel="stylesheet" href="/css/globalstyles.css"> -</head> -<body> - <div id="main-container"> - <%- include('partials/header') %> - <div id="content-container"> - <%- include('partials/navbar') %> - <div id="content"> - <%- content %> - <hr> - <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= path %>.wiki">View raw</a> | Page built: <%= buildTime %> | <a href="/special/purge/<%= path %>">Purge this page</a></span> - </div> - </div> - </div> -</body> -</html> |
