1
|
<html>
|
2
|
<head>
|
3
|
|
4
|
<base href="/">
|
5
|
<title>OpenAIRE-Connect Admin Tools</title>
|
6
|
|
7
|
<meta charset="UTF-8">
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
|
|
10
|
<!-- javascript -->
|
11
|
|
12
|
<script src="js/jquery.js"></script>
|
13
|
|
14
|
<script src="js/uikit.js"></script>
|
15
|
<script src="js/uikit-icons-max.js"></script>
|
16
|
<!-- stylesheets -->
|
17
|
<link rel="stylesheet" type="text/css" href="css/theme.css" />
|
18
|
<link rel="stylesheet" type="text/css" href="css/custom.css" />
|
19
|
<link rel="stylesheet" type="text/css" href="css/connect-custom.css" />
|
20
|
|
21
|
|
22
|
|
23
|
<script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
|
24
|
|
25
|
</head>
|
26
|
<!-- 3. Display the application -->
|
27
|
<body>
|
28
|
<metadata-registry-service>Loading...</metadata-registry-service>
|
29
|
|
30
|
<script async src="dist/main.bundle.js"></script>
|
31
|
</body>
|
32
|
</html>
|