Project

General

Profile

1
<!doctype html>
2
<html>
3
<head>
4
    <title>OpenAIRE</title>
5
    <meta charset="UTF-8">
6
    <meta name="description" content="Open Access Infrastructure for Europe ">
7
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
8
    <!--script src="/node_modules/bootstrap/dist/js/bootstrap.min.js" ></script-->
9
    <!--script src="node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script-->
10
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
11

    
12
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
13
    <!--link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css"-->
14

    
15

    
16
	<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
17
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
18
    <!-- Temporarily add here custom style -->
19
    <style>
20
      .custom-hidden-dropdown-menu {position:static !important;}
21
      .searchFilterBox .values {overflow:auto; max-height:200px; }
22
      .selected-filters-box {margin:5px; background-color:#F8F8F8; }
23
      .search-form {margin:5px;  }
24
      .clickable { cursor:pointer; }
25

    
26
    </style>
27

    
28
    <base href="/">
29

    
30
  </head>
31
  <body>
32

    
33
  <app>
34
    Loading Universal ...
35
  </app>
36

    
37
  <script async src="/main.bundle.js"></script>
38
</body>
39
</html>
(7-7/12)