Project

General

Profile

1
<!doctype html>
2
<html lang="en">
3
  <head>
4
    <meta charset="utf-8">
5
    <title>OpenAIRE's Repository Manager</title>
6
    <base href="/">
7

    
8
    <meta name="viewport" content="width=device-width, initial-scale=1">
9
    <link rel="icon" type="image/x-icon" href="favicon.ico">
10

    
11

    
12
    <!-- Animation CSS -->
13
    <link type="text/css" href="assets/css/animate.css" rel="stylesheet">
14
    <link type="text/css" href="assets/css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
15
    <link type="text/css" href="assets/css/plugins/steps/jquery.steps.css" rel="stylesheet">
16

    
17

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

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

    
23
    <link type="text/css" rel="stylesheet" href="assets/css/theme.css">
24

    
25
    <link type="text/css" rel="stylesheet" href="assets/css/RepositoryManager.css">
26
    <link type="text/css" rel="stylesheet" href="assets/css/custom.css">
27
    <link type="text/css" rel="stylesheet" href="assets/css/custom-provide.css">
28

    
29
    <link type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Condensed" rel="stylesheet">
30

    
31
    <script src="dist/polyfills.bundle.js"></script>
32
    <script src="https://code.jquery.com/jquery-3.2.1.min.js"
33
            integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
34

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

    
38
    <!--NEW FONT AWESOME-->
39
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
40
          integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
41

    
42
  </head>
43
  <body>
44

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

    
53
    <oa-repo-manager>
54
      <div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
55
    </oa-repo-manager>
56

    
57
  </body>
58
</html>
(3-3/11)