Project

General

Profile

1
<html>
2
  <head>
3

    
4
    <base href="/">
5
    <title>OpenMinTeD Admin Tools</title>
6

    
7
    <meta charset="UTF-8">
8
    <meta name="viewport" content="width=device-width, initial-scale=1">
9

    
10
    <!-- stylesheets -->
11
    <link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css" />
12
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.css">
13

    
14
    <link rel="stylesheet" type="text/css" href="css/compiled/theme.css" />
15
    <link rel="stylesheet" type="text/css" href="css/vendor/animate.css" />
16
    <link rel="stylesheet" type="text/css" href="css/vendor/brankic.css" />
17
    <link rel="stylesheet" type="text/css" href="css/vendor/ionicons.min.css" />
18
    <link rel="stylesheet" type="text/css" href="css/vendor/font-awesome.min.css" />
19

    
20
    <link rel="stylesheet" href="styles.css">
21

    
22
    <!-- 1. Load libraries -->
23
     <!-- Polyfill(s) for older browsers -->
24
    <!--<script src="node_modules/core-js/client/shim.min.js"></script>-->
25
    <!--<script src="node_modules/zone.js/dist/zone.js"></script>-->
26
    <!--<script src="node_modules/reflect-metadata/Reflect.js"></script>-->
27
    <!--<script src="node_modules/systemjs/dist/system.src.js"></script>-->
28

    
29
    <!-- javascript -->
30
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
31
    <script src="js/bootstrap/bootstrap.min.js"></script>
32
    <script src="js/vendor/jquery.cookie.js"></script>
33
    <script src="js/theme.js"></script>
34

    
35
    <script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
36

    
37
  </head>
38
  <!-- 3. Display the application -->
39
  <body>
40
    <metadata-registry-service>Loading...</metadata-registry-service>
41

    
42
    <script async src="dist/main.bundle.js"></script>
43
  </body>
44
</html>
45

    
(2-2/7)