Project

General

Profile

1 49060 argiro.kok
<html>
2
  <head>
3
4
    <base href="/">
5 50183 konstantin
    <title>OpenAIRE-Connect Admin Tools</title>
6 49060 argiro.kok
7
    <meta charset="UTF-8">
8
    <meta name="viewport" content="width=device-width, initial-scale=1">
9
10 50287 argiro.kok
        <!-- 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 49060 argiro.kok
    <!-- stylesheets -->
17 50287 argiro.kok
    <link rel="stylesheet" type="text/css" href="css/theme.css" />
18 50184 argiro.kok
    <link rel="stylesheet" type="text/css" href="css/custom.css" />
19 50287 argiro.kok
    <link rel="stylesheet" type="text/css" href="css/connect-custom.css" />
20 49060 argiro.kok
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>