46 lines
1.7 KiB
HTML
46 lines
1.7 KiB
HTML
<html>
|
|
<head>
|
|
|
|
<base href="/">
|
|
<title>OpenMinTeD Admin Tools</title>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- stylesheets -->
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/compiled/theme.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/vendor/animate.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/vendor/brankic.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/vendor/ionicons.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/vendor/font-awesome.min.css" />
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<!-- 1. Load libraries -->
|
|
<!-- Polyfill(s) for older browsers -->
|
|
<!--<script src="node_modules/core-js/client/shim.min.js"></script>-->
|
|
<!--<script src="node_modules/zone.js/dist/zone.js"></script>-->
|
|
<!--<script src="node_modules/reflect-metadata/Reflect.js"></script>-->
|
|
<!--<script src="node_modules/systemjs/dist/system.src.js"></script>-->
|
|
|
|
<!-- javascript -->
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
|
|
<script src="js/bootstrap/bootstrap.min.js"></script>
|
|
<script src="js/vendor/jquery.cookie.js"></script>
|
|
<script src="js/theme.js"></script>
|
|
|
|
<script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
|
|
|
|
</head>
|
|
<!-- 3. Display the application -->
|
|
<body>
|
|
<metadata-registry-service>Loading...</metadata-registry-service>
|
|
|
|
<script async src="dist/main.bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|