From f7c360592b6c2ef24b033280aa977a894349476a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Aug 2019 12:06:56 -0400 Subject: Finally making some progress on the website --- views/index.ejs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'views/index.ejs') 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 @@ + + + + <% include ./includes/header %> + <%= title %> + -

Hello World!

- Hello + <% include ./includes/navbar %> +

This page is under construction

+ <% include ./includes/footer %> + \ No newline at end of file -- cgit v1.2.3