diff options
author | Marvin Borner | 2020-07-18 15:07:19 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-18 15:07:19 +0200 |
commit | 476715384f4a5d0b7d887961b43b7aa271c08495 (patch) | |
tree | 32501aca89192e84a57c5f10eef505226205e75e /src/public/test.html | |
parent | a9615553221706967527ee51e5387b16cf12cd12 (diff) |
WHO TH INDENTS WITH 2 SPACES YOU FRIGGIN DENOSAURS
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> |