2017-09-22 12:26:08 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<base href="/">
|
2017-12-20 15:26:30 +01:00
|
|
|
<title>OpenAIRE-Connect Admin Tools</title>
|
2017-09-22 12:26:08 +02:00
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2018-01-11 16:21:58 +01:00
|
|
|
<!-- javascript -->
|
2017-09-22 12:26:08 +02:00
|
|
|
|
2018-01-11 16:21:58 +01:00
|
|
|
<script src="js/jquery.js"></script>
|
2017-09-22 12:26:08 +02:00
|
|
|
|
2018-01-11 16:21:58 +01:00
|
|
|
<script src="js/uikit.js"></script>
|
|
|
|
<script src="js/uikit-icons-max.js"></script>
|
|
|
|
<!-- stylesheets -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/theme.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/custom.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/connect-custom.css" />
|
2017-12-20 16:58:21 +01:00
|
|
|
|
|
|
|
|
2017-09-22 12:26:08 +02:00
|
|
|
|
|
|
|
<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>
|