summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/templates/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/webapp/templates/index.html.erb')
-rw-r--r--kitchen-tests/cookbooks/webapp/templates/index.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/webapp/templates/index.html.erb b/kitchen-tests/cookbooks/webapp/templates/index.html.erb
new file mode 100644
index 0000000000..6da0629b9e
--- /dev/null
+++ b/kitchen-tests/cookbooks/webapp/templates/index.html.erb
@@ -0,0 +1,5 @@
+<html>
+ <body>
+ <h1>Hello, World!</h1>
+ </body>
+</html>