aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources/static/index.html
blob: 3b079a843bb4c1bfeb2b9914a84faede838bff40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>ONAP Policy GUI</title>
</head>
<body>
<ul>
    <li><a href="/apex-editor/">Apex Policy Editor</a></li>
    <li><a href="/clamp/">CLAMP Designer UI</a></li>
</ul>
</body>
</html>