commit | fc4b37bacbcd9bba200bd78e13bc4d0bd2a1b546 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Feb 02 12:18:47 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Feb 02 12:18:52 2017 -0800 |
tree | 8a0f3aa1d22732d58fafcf481c224e8e89fd5b83 | |
parent | ac997a25350dfef3d7d4bb3b8bb68ce2048acf17 [diff] [blame] |
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