aboutsummaryrefslogtreecommitdiffstats
path: root/views/page.ejs
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
commit18cc5f69129615850e48a995f7c3406b74d8d2f4 (patch)
tree1fdc6eadae4b0a6da69319f9b6733379ced2e4c2 /views/page.ejs
parent64c36dcef8ab1c0b985d79da627cecd30fd50336 (diff)
Redesign website
Diffstat (limited to 'views/page.ejs')
-rw-r--r--views/page.ejs20
1 files changed, 0 insertions, 20 deletions
diff --git a/views/page.ejs b/views/page.ejs
deleted file mode 100644
index 2bd4262..0000000
--- a/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/info/<%= path %>">Page info</a></span>
- </div>
- </div>
- </div>
-</body>
-</html>