52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Open Science Observatory</title>
|
||
|
<base href="/">
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||
|
|
||
|
<!--<script src="https://kit.fontawesome.com/dfd38f32b9.js" crossorigin="anonymous"></script>-->
|
||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous">
|
||
|
|
||
|
|
||
|
|
||
|
<!-- uikit -->
|
||
|
<link rel="stylesheet" href="assets/css/uikit.almost-flat.min.css" media="all">
|
||
|
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.2.0/css/uikit.css" />-->
|
||
|
|
||
|
<!-- altair landing page -->
|
||
|
<link rel="stylesheet" href="assets/css/main.css" media="all">
|
||
|
<link rel="stylesheet" href="assets/css/os-observatory-custom.css" media="all">
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body class="header_sticky">
|
||
|
<!--<body class="header_sticky header_shadow">-->
|
||
|
|
||
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
||
|
<noscript>
|
||
|
<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">
|
||
|
Your web browser must have JavaScript enabled
|
||
|
in order for this application to display correctly.
|
||
|
</div>
|
||
|
</noscript>
|
||
|
|
||
|
<app-root>
|
||
|
<div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
|
||
|
</app-root>
|
||
|
|
||
|
<!-- uikit functions -->
|
||
|
<!--<script src="assets/js/uikit_custom.js"></script>-->
|
||
|
|
||
|
<!-- common functions -->
|
||
|
<!--<script src="assets/js/common.min.js"></script>-->
|
||
|
|
||
|
<!-- altair common functions/helpers -->
|
||
|
<!--<script src="assets/js/altair_lp_common.min.js"></script>-->
|
||
|
|
||
|
</body>
|
||
|
</html>
|