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.ejs15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/index.ejs b/app/views/index.ejs
new file mode 100644
index 0000000..ae21964
--- /dev/null
+++ b/app/views/index.ejs
@@ -0,0 +1,15 @@
+<!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">
+ <%- page %>
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file