aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources/static/runtime-ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gui-server/src/main/resources/static/runtime-ui/index.html')
-rw-r--r--gui-server/src/main/resources/static/runtime-ui/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui-server/src/main/resources/static/runtime-ui/index.html b/gui-server/src/main/resources/static/runtime-ui/index.html
new file mode 100644
index 0000000..74fa41a
--- /dev/null
+++ b/gui-server/src/main/resources/static/runtime-ui/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>ONAP Policy GUI</title>
+</head>
+<body>
+<ul>
+ <li><a href="/runtime-ui/clamp/index.html">The CLAMP GUI</a></li>
+</ul>
+</body>
+</html>