summaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources/static/designtime-ui/index.html
blob: 8da1b06e72c6962dc4ce0ba85df556c95b407ea0 (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="/designtime-ui/apex-editor/index.html">The Apex Policy Editor</a></li>
</ul>
</body>
</html>