summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html')
-rw-r--r--azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html b/azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html
new file mode 100644
index 0000000..597632b
--- /dev/null
+++ b/azure/aria/aria-extension-cloudify/examples/openstack-hello-world/index.html
@@ -0,0 +1,14 @@
+<html>
+ <header>
+ <title>ARIA Hello World</title>
+ </header>
+<body>
+ <h1>Hello, World!</h1>
+ <p>
+ service_template_name = {{ ctx.service_template.name }}<br/>
+ service_name = {{ ctx.service.name }}<br/>
+ node_name = {{ ctx.node.name }}
+ </p>
+ <img src="aria-logo.png">
+</body>
+</html> \ No newline at end of file