Project

General

Profile

1 49598 stefanos.g
<!DOCTYPE html>
2
<html>
3
4
<head>
5
6
  <base href="/">
7 50583 myrto.kouk
  <title>OpenAIRE's Repository Manager</title>
8 49598 stefanos.g
9
  <meta charset="UTF-8">
10
  <meta name="viewport" content="width=device-width, initial-scale=1">
11
12 50556 myrto.kouk
  <link rel="icon" type="image/x-icon" href="/assets/imgs/favicon.ico">
13 50583 myrto.kouk
14
  <!-- Animation CSS -->
15 50843 myrto.kouk
  <link type="text/css" href="assets/css/animate.css" rel="stylesheet">
16
  <link type="text/css" href="assets/css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
17
  <link type="text/css" href="assets/css/plugins/steps/jquery.steps.css" rel="stylesheet">
18 50583 myrto.kouk
19
20 50843 myrto.kouk
  <link type="text/css" href="assets/css/fonts/yanonekaffeesatz.css" rel="stylesheet">
21 50583 myrto.kouk
22 49598 stefanos.g
  <!-- stylesheets -->
23 50843 myrto.kouk
  <link type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
24 49984 myrto.kouk
25 50583 myrto.kouk
  <link type="text/css" rel="stylesheet" href="assets/css/theme.css">
26
  <link type="text/css" rel="stylesheet" href="assets/css/theme.update.css">
27
28
  <link type="text/css" rel="stylesheet" href="assets/css/RepositoryManager.css">
29
  <link type="text/css" rel="stylesheet" href="assets/css/custom.css">
30
31 50843 myrto.kouk
  <link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
32 49925 myrto.kouk
33 49598 stefanos.g
  <script src="dist/polyfills.bundle.js"></script>
34
  <script src="https://code.jquery.com/jquery-3.2.1.min.js"
35
          integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
36 50583 myrto.kouk
37 49598 stefanos.g
  <script src="assets/js/uikit-3/js/uikit.min.js"></script>
38
  <script src="assets/js/theme.js"></script>
39 50583 myrto.kouk
40 50245 myrto.kouk
  <script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
41 50583 myrto.kouk
42
43 49598 stefanos.g
</head>
44
45 49961 myrto.kouk
<body id="page-top" class="landing-page pace-done">
46 49984 myrto.kouk
47
  <!-- OPTIONAL: include this if you want history support -->
48 49961 myrto.kouk
  <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
49
          style="position:absolute;width:0;height:0;border:0"></iframe>
50
51
  <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
52
  <noscript>
53
    <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
54
      Your web browser must have JavaScript enabled
55
      in order for this application to display correctly.
56
    </div>
57
  </noscript>
58
59 49993 myrto.kouk
  <openaire-dashboard>Loading...</openaire-dashboard>
60 49598 stefanos.g
61
  <script src="dist/vendor.bundle.js"></script>
62
  <script src="dist/main.bundle.js"></script>
63
64
</body>
65
</html>