diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-06 16:30:02 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-06 16:30:02 +0100 |
commit | bdd093a40a73a8e3988829ff4ec1000d7be8f8ab (patch) | |
tree | 86addfc4caad7240a76d35d94aed15b70d50ef92 | |
parent | eccb53b1216be226f295bda439f3a19e5ec4337a (diff) |
We dont need this either
-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> |