diff options
Diffstat (limited to 'src/public/test.html')
-rw-r--r-- | src/public/test.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/public/test.html b/src/public/test.html new file mode 100644 index 0000000..b188db3 --- /dev/null +++ b/src/public/test.html @@ -0,0 +1,13 @@ +<!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> |