diff index.html @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents 9343e43a17d1
children 313a5360c2d3
line wrap: on
line diff
--- a/index.html	Tue Jan 26 16:54:38 2016 +0100
+++ b/index.html	Tue Jan 26 19:19:23 2016 +0100
@@ -3,6 +3,12 @@
   <head>
     <title>ISMI Query Builder</title>
 
+    <!--link to bootstrap.css-->
+    <link rel="stylesheet" href="assets/css/prism-okaidia.css">
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.9/css/jquery.dataTables.css">
+    <link rel="stylesheet" href="assets/css/style.css">
+
     <!-- 1. Load libraries -->
     <script src="jspm_packages/system.js"></script>
     <script src="config.js"></script>