1
|
<!doctype html>
|
2
|
<html lang="en">
|
3
|
<head>
|
4
|
<meta charset="utf-8">
|
5
|
<title>Open Science Observatory</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
|
<!--<script src="https://kit.fontawesome.com/dfd38f32b9.js" crossorigin="anonymous"></script>-->
|
12
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous">
|
13
|
|
14
|
|
15
|
|
16
|
<!-- uikit -->
|
17
|
<!--<link rel="stylesheet" href="assets/css/uikit.almost-flat.min.css" media="all">-->
|
18
|
<!-- UIkit CSS -->
|
19
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.2.3/dist/css/uikit.min.css" />
|
20
|
|
21
|
<!-- altair landing page -->
|
22
|
<link rel="stylesheet" href="assets/css/main.css" media="all">
|
23
|
<link rel="stylesheet" href="assets/css/os-observatory-custom.css" media="all">
|
24
|
|
25
|
|
26
|
</head>
|
27
|
<body class="">
|
28
|
<!--<body class="header_sticky">-->
|
29
|
<!--<body class="header_sticky header_shadow">-->
|
30
|
|
31
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
32
|
<noscript>
|
33
|
<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">
|
34
|
Your web browser must have JavaScript enabled
|
35
|
in order for this application to display correctly.
|
36
|
</div>
|
37
|
</noscript>
|
38
|
|
39
|
<app-root>
|
40
|
<div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
|
41
|
</app-root>
|
42
|
|
43
|
<!-- uikit functions -->
|
44
|
<!--<script src="assets/js/uikit_custom.js"></script>-->
|
45
|
|
46
|
<!-- common functions -->
|
47
|
<!--<script src="assets/js/common.min.js"></script>-->
|
48
|
|
49
|
<!-- altair common functions/helpers -->
|
50
|
<!--<script src="assets/js/altair_lp_common.min.js"></script>-->
|
51
|
|
52
|
</body>
|
53
|
</html>
|