blob: f722b657de217a08b5b33fb76a875c9007e64fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html><html><head><link rel="icon" href="./onap-cli.png">
<meta charset="utf-8"><title>ONAP CLI</title><style></style>
<script>
function redirectToConsole(){
window.location.href="http://"+ window.location.hostname + ":9090";
}
</script>
</head>
<body onload="showSlides()" style="background-color: white;color: black">
</body></html>
|