diff --git a/public/index.html b/views/index.html similarity index 100% rename from public/index.html rename to views/index.html diff --git a/views/index.pug b/views/index.pug index 3a32d31..f8e0576 100644 --- a/views/index.pug +++ b/views/index.pug @@ -1,4 +1,4 @@ doctype html script. var secureID = '!{secureID}'; -include ../public/index.html +include index.html