Containerization feature of SO

Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html
new file mode 100644
index 0000000..803202a
--- /dev/null
+++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>SO API Handler</title>       
+    </head>
+
+    <body>
+        <div>
+        	<table style="width:100%">
+        		<tr><td>
+            		<a href="/swagger/index.html">Visit our Swagger UI</a> 
+            	</td></tr>
+           		<tr>
+           		<td>
+           			<a href="/readme/index.html">APIHandler Read me</a>  
+           		</td>
+           		</tr>
+           		<tr> 
+           			<td> 
+            		<a href="/env">View Current Properties</a>  
+            	</td>
+            	</tr>
+            	<tr> 
+           			<td> 
+            		<a href="/manage/health">View Health</a>  
+            	</td>
+            	</tr>
+            	<tr> 
+           			<td> 
+            		<a href="/metrics">View Metrics</a>  
+            	</td>
+            	</tr>
+            	 <tr>
+            	 <td>  
+            		<a href="/h2">H2 Console</a>  
+            	</td>
+            	</tr>
+            </table>          
+        </div>
+    </body>
+</html>
\ No newline at end of file