summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/index.vm
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-10 16:34:47 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-10 16:34:47 +0000
commit6f74207c87e3315e68ed2b3091181f6e84c31a31 (patch)
tree2b941065ae5c94775cb6f3590b9a0d3e691ae8ed /src/main/resources/templates/index.vm
Initial commit of basic listener
Diffstat (limited to 'src/main/resources/templates/index.vm')
-rw-r--r--src/main/resources/templates/index.vm10
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