summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/src/aria/examples/hello-world/index.html
blob: 8d21c3a9c1be2577f042db41e6b84bf0475790d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>