From c04ab09fc87b74423a89e3cc6738ff32fc4ff6b8 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 17 Aug 2016 16:40:36 -0400 Subject: [PATCH] moving app.html into / view file --- public/app.html | 12 ------------ views/index.ejs | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 20 deletions(-) delete mode 100644 public/app.html diff --git a/public/app.html b/public/app.html deleted file mode 100644 index dbad51c..0000000 --- a/public/app.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - -

Run Tracker

- - - - - diff --git a/views/index.ejs b/views/index.ejs index 798c378..41856b2 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,5 +1,8 @@ + + +

Welcome to Run Tracker @@ -7,15 +10,17 @@ <%=currentUser.username%> <% } %>

- + <% } %>