aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-02 12:06:56 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-02 12:06:56 -0400
commitf7c360592b6c2ef24b033280aa977a894349476a (patch)
treed057e242caccb73f02ec37c3693317a638fb356a /views/index.ejs
parentab197dc41a884902625aff031cf0df089b8065b6 (diff)
downloadalp-website-f7c360592b6c2ef24b033280aa977a894349476a.tar.gz
alp-website-f7c360592b6c2ef24b033280aa977a894349476a.tar.bz2
alp-website-f7c360592b6c2ef24b033280aa977a894349476a.zip
Finally making some progress on the website
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs12
1 files changed, 10 insertions, 2 deletions
diff --git a/views/index.ejs b/views/index.ejs
index d809250..80605ce 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -1,4 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <% include ./includes/header %>
+ <title><%= title %></title>
+</head>
<body>
- <h1>Hello World!</h1>
- <a href ="wev2.ejs">Hello</a>
+ <% include ./includes/navbar %>
+ <h1>This page is under construction</h1>
+ <% include ./includes/footer %>
</body>
+</html> \ No newline at end of file