aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/http/web/occ.html
blob: de2daee59b8d59b79747abadcec44f6334d9a5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
  <head>
    <title>OCC</title>
    <link rel="icon" type="image/png" href="./onap-cli.png">
    <link rel="stylesheet" href="./css/index.css" />
    <link rel="stylesheet" href="./css/xterm.css" />
    <link rel="stylesheet" href="./css/xterm_customize.css" />
  </head>
  <body>
    <div id="terminal"></div>
    <script src="./auth_token.js"></script>
    <script src="./config.js"></script>
    <script src="./js/gotty-bundle.js"></script>
  </body>
</html>