aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources/static/runtime-ui/index.html
blob: 26baa2e62d5b7d7e9e3092f18da3ff6a8fbbf573 (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>The first Runtime GUI</li>
</ul>
</body>
</html>