]> git.uio.no Git - u/erikhf/frm.git/blob - src/index.html
Merge branch 'master' into search
[u/erikhf/frm.git] / src / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta charset="UTF-8">
5     <title>Sample App</title>
6
7     <script src="../node_modules/@reactivex/rxjs/dist/global/Rx.js"></script>
8
9     <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDlgw6kZAQvD8ex_md-6wb_NcnVlZWkbE4"></script>
10     <script src="../node_modules/systemjs/dist/system.src.js"></script>
11     <script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
12     <script src="../node_modules/angular2/bundles/http.dev.js"></script>
13     <!--<script src="../node_modules/angular2/bundles/router.dev.js"></script>-->
14     <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
15     <script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
16     <link rel="stylesheet" type="text/css" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
17     <link rel="stylesheet" type="text/css" href="css/map.css">
18
19     <script>
20         System.config({
21             packages: {'components': {defaultExtension: 'js'}}
22         });
23         System.import('components/app');
24     </script>
25 </head>
26 <body>
27     <mou-app>loading...</mou-app>
28 </body>
29 </html>