diff options
Diffstat (limited to 'src/public/test.html')
-rw-r--r-- | src/public/test.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/public/test.html b/src/public/test.html deleted file mode 100644 index b188db3..0000000 --- a/src/public/test.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <title>Title</title> - </head> - <body> - <h1>Home :)</h1> - <% if (name) { %> - <h1>hello, <%= name %>!</h1> - <% } %> - </body> -</html> |