diff options
author | 2017-08-23 00:50:28 +0000 | |
---|---|---|
committer | 2017-08-23 00:50:28 +0000 | |
commit | 2ad0e01e12bf6e551213b133ebfa08247b4f2600 (patch) | |
tree | e16663cddc28dfd3e293c153083a257a3672ca0a /deployment/http/web/index.html | |
parent | 083731a68423fab33baaaea86a2e00293ee401ad (diff) | |
parent | 64945646f0cdb367f12d61f9b5cff08a1347ae59 (diff) |
Merge "Add simple http server"
Diffstat (limited to 'deployment/http/web/index.html')
-rw-r--r-- | deployment/http/web/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html new file mode 100644 index 00000000..f44cc907 --- /dev/null +++ b/deployment/http/web/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <title>ONAP CLI</title> + <meta charset="UTF-8"> +</head> +<body> +Please download ONAP CLI from <a href="./cli-1.0.0-SNAPSHOT.zip">here</a> +</body> +</html> |