GUI -- Sketched out structure for multi-views; each with own controller, template html and css.
- routes currently hard-coded... some thought needed to handle views contributed at runtime.

Change-Id: Ied012744d74e46c5072143283364557f9485056c
diff --git a/web/gui/src/main/webapp/app/index.html b/web/gui/src/main/webapp/app/index.html
index 7699630..b96e408 100644
--- a/web/gui/src/main/webapp/app/index.html
+++ b/web/gui/src/main/webapp/app/index.html
@@ -46,11 +46,15 @@
     <link rel="stylesheet" href="fw/mast/mast.css">
 
     <!-- This is where contributed javascript get injected -->
-    <!-- INJECTED-JAVASCRIPT -->
+    <!-- {INJECTED-JAVASCRIPT} -->
+    <script src="view/sample/sample.js"></script>
+    <script src="view/topo/topo.js"></script>
     <!-- TODO: inject javascript refs server-side -->
 
     <!-- This is where contributed stylesheets get injected -->
-    <!-- INJECTED-CSS-STYLESHEETS -->
+    <!-- {INJECTED-CSS-STYLESHEETS} -->
+    <link rel="stylesheet" href="view/sample/sample.css">
+    <link rel="stylesheet" href="view/topo/topo.css">
     <!-- TODO: inject style-sheet refs server-side -->
 </head>
 <body class="light" ng-app="onosApp">