aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index.ejs')
-rw-r--r--app/views/index.ejs18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/views/index.ejs b/app/views/index.ejs
deleted file mode 100644
index f47b830..0000000
--- a/app/views/index.ejs
+++ /dev/null
@@ -1,18 +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">
- <%- page %>
- </div>
- </div>
- </div>
-</body>
-</html>