From 2762277c60db7df5ad3214b10a0dd93d4f2f1128 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 10 Mar 2017 08:53:44 +0000
Subject: [PATCH] #3527 feature - Added more features to angular2 version

---
 securis/src/main/webapp/index.html |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/securis/src/main/webapp/index.html b/securis/src/main/webapp/index.html
index f14ce28..32d0ecf 100644
--- a/securis/src/main/webapp/index.html
+++ b/securis/src/main/webapp/index.html
@@ -1,12 +1,12 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>Angular QuickStart</title>
+    <title>SeCuris server</title>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <base href="/">
-    <link rel="stylesheet" href="styles.css">
-
+    <link rel="icon" href="assets/favicon.png" sizes="32x29" type="image/png">
+    
 <!--    <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script> -->
 
     <!-- Polyfill(s) for older browsers -->
@@ -15,6 +15,7 @@
 
     <script src="node_modules/zone.js/dist/zone.js"></script>
     <script src="node_modules/systemjs/dist/system.src.js"></script>
+    
 
     <script src="systemjs.config.js"></script>
     <script>
@@ -22,14 +23,21 @@
     </script>
     
     <!-- Load the Covalent platform stylesheet -->
-    <link href="https://unpkg.com/@covalent/core@1.0.0-beta.2/common/platform.css" rel="stylesheet">
+    <link href="assets/securis.css" rel="stylesheet">
+    <link href="node_modules/@covalent/core/common/platform.css" rel="stylesheet">
 
     <!-- Load the Covalent/Material prebuilt theme -->
-    <link href="https://unpkg.com/@covalent/core@1.0.0-beta.2/theming/prebuilt/blue-orange.css" rel="stylesheet">
-
+    <link href="node_modules/@covalent/core/theming/prebuilt/blue-orange.css" rel="stylesheet">
+    <link href="node_modules/ng2-toastr/bundles/ng2-toastr.min.css" rel="stylesheet" />
+    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
   </head>
 
   <body>
-    <my-app>Loading AppComponent content here ...</my-app>
+    <app-home>
+      <div style="padding: 20%;text-align:center;">
+        <img src="assets/securis_logo.svg" width="100">
+        <div style="font-size: 0.8em;color: darkgrey;">SeCuris Loading...</div>
+      </div>
+    </app-home>
   </body>
 </html>

--
Gitblit v1.3.2