summaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/index.html
blob: 54b07f178be1c82d42ed18a14ba951370cab7c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>ONAP Policy GUI</title>
</head>
<body>
    <ul>
        <li><a href="/clamp">CLAMP Designer UI</a></li>
    </ul>
</body>
</html>