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