diff options
-rw-r--r-- | draughts/views/error.ejs | 3 | ||||
-rw-r--r-- | draughts/views/index.ejs | 11 |
2 files changed, 0 insertions, 14 deletions
diff --git a/draughts/views/error.ejs b/draughts/views/error.ejs deleted file mode 100644 index 7cf94ed..0000000 --- a/draughts/views/error.ejs +++ /dev/null @@ -1,3 +0,0 @@ -<h1><%= message %></h1> -<h2><%= error.status %></h2> -<pre><%= error.stack %></pre> diff --git a/draughts/views/index.ejs b/draughts/views/index.ejs deleted file mode 100644 index 7b7a1d6..0000000 --- a/draughts/views/index.ejs +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title><%= title %></title> - <link rel='stylesheet' href='/stylesheets/style.css' /> - </head> - <body> - <h1><%= title %></h1> - <p>Welcome to <%= title %></p> - </body> -</html> |