From 64945646f0cdb367f12d61f9b5cff08a1347ae59 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 21 Aug 2017 18:06:26 +0530 Subject: Add simple http server For providing download link, README, etc a tiny http server is embedded into CLI CLI-33 Change-Id: Ifacb9067613be4414da7a5faad06e7671cd1bc63 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deployment/http/web/index.html (limited to 'deployment/http/web/index.html') 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 @@ + + + + ONAP CLI + + + +Please download ONAP CLI from here + + -- cgit 1.2.3-korg