diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-10 16:34:47 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-10 16:34:47 +0000 |
commit | 6f74207c87e3315e68ed2b3091181f6e84c31a31 (patch) | |
tree | 2b941065ae5c94775cb6f3590b9a0d3e691ae8ed /src/main/resources |
Initial commit of basic listener
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/index.vm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/index.vm b/src/main/resources/templates/index.vm new file mode 100644 index 0000000..a5a8d27 --- /dev/null +++ b/src/main/resources/templates/index.vm @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head lang="en"> + <meta charset="UTF-8"> + <title></title> +</head> +<body> +Hello $name +</body> +</html>
\ No newline at end of file |