CORD-772 Example UI Extension

Change-Id: I66f9236620a56219cc84a5f7ed5be719751db3bd
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..d8ac498
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en" ng-app="xos-sample-gui-extension">
+<head>
+  <meta charset="UTF-8">
+  <title>Document</title>
+</head>
+<body>
+  <div ui-view></div>
+</body>
+</html>
\ No newline at end of file