Mercurial > hg > ng2-query-ismi
view index.html @ 27:c2946b7135cd
working on larger results.
author | casties |
---|---|
date | Wed, 27 Jan 2016 15:38:17 +0100 |
parents | 0795207f3b90 |
children | 313a5360c2d3 |
line wrap: on
line source
<html> <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> <!-- 2. Configure SystemJS --> <script> System.import('app') .then(null, console.error.bind(console)); </script> </head> <!-- 3. Display the application --> <body> <query-app>Loading... Query Builder</query-app> </body> </html>