Project

General

Profile

1
<!DOCTYPE html>
2
<html>
3

    
4
<head>
5

    
6
  <base href="/">
7
  <title>OpenAIRE's Repository Manager</title>
8

    
9
  <meta charset="UTF-8">
10
  <meta name="viewport" content="width=device-width, initial-scale=1">
11

    
12
  <link rel="icon" type="image/x-icon" href="/assets/imgs/favicon.ico">
13

    
14
  <!-- Animation CSS -->
15
  <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

    
19

    
20
  <link type="text/css" href="assets/css/fonts/yanonekaffeesatz.css" rel="stylesheet">
21

    
22
  <!-- stylesheets -->
23
  <link type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
24

    
25
  <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
  <link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
32

    
33
  <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

    
37
  <script src="assets/js/uikit-3/js/uikit.min.js"></script>
38
  <script src="assets/js/theme.js"></script>
39

    
40
  <script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>
41

    
42
</head>
43

    
44
<body id="page-top" class="landing-page pace-done">
45

    
46
  <!-- OPTIONAL: include this if you want history support -->
47
  <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
48
          style="position:absolute;width:0;height:0;border:0"></iframe>
49

    
50
  <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
51
  <noscript>
52
    <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">
53
      Your web browser must have JavaScript enabled
54
      in order for this application to display correctly.
55
    </div>
56
  </noscript>
57

    
58
  <openaire-dashboard>Loading...</openaire-dashboard>
59

    
60
  <script src="dist/vendor.bundle.js"></script>
61
  <script src="dist/main.bundle.js"></script>
62

    
63
</body>
64
</html>
(5-5/11)