Base net-virt CLI files on top of which ONOS specific changes will be done
diff --git a/cli/sdncon/ui/templates/base.html b/cli/sdncon/ui/templates/base.html
new file mode 100755
index 0000000..04e58a1
--- /dev/null
+++ b/cli/sdncon/ui/templates/base.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head> 
+		<link rel="shortcut icon" href="static/favicon.ico" type="image/vnd.microsoft.icon">
+		<link href="static/css/thirdparty/jquery-ui-1.10.2.custom.css" rel="stylesheet">
+		<title>Open Daylight SDN Controller Platform Dashboard</title>
+		<link type="text/css" rel="stylesheet" href="static/css/table.css" media="all">
+    </head>
+
+	<body>
+				{% block content %}
+				{% endblock %}
+	</body>
+</html>
\ No newline at end of file