26 lines
942 B
HTML
26 lines
942 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>OpenAIRE</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="Open Access Infrastructure for Europe ">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js" ></script>
|
|
<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">
|
|
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
|
|
<base href="/">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<app>
|
|
... Loading ...
|
|
</app>
|
|
|
|
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
|
|
<script src="/dist/client/bundle.js"></script>
|
|
</body>
|
|
</html>
|