2022-12-27 12:37:58 +05:30
|
|
|
<!--
|
|
|
|
Copyright 2022 Collate.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2021-08-01 14:27:44 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
|
|
<meta
|
|
|
|
name="msapplication-TileImage"
|
2025-08-23 14:24:42 +05:30
|
|
|
content="${basePath}favicons/ms-icon-144x144.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<meta name="description" content="OpenMetadata Application" />
|
|
|
|
<meta property="og:title" content="OpenMetadata" />
|
|
|
|
<meta property="og:description" content="OpenMetadata Application" />
|
2025-05-14 00:41:50 -07:00
|
|
|
<meta
|
|
|
|
property="og:image"
|
2025-08-23 14:24:42 +05:30
|
|
|
content="${basePath}favicons/android-icon-192x192.png"
|
2025-05-14 00:41:50 -07:00
|
|
|
/>
|
|
|
|
<script>
|
2025-08-23 14:24:42 +05:30
|
|
|
window.BASE_PATH = '${basePath}';
|
2025-05-14 00:41:50 -07:00
|
|
|
</script>
|
2021-08-01 14:27:44 -07:00
|
|
|
|
2025-08-23 14:24:42 +05:30
|
|
|
<link rel="shortcut icon" href="${basePath}favicon.png" type="image/png" />
|
2021-08-01 14:27:44 -07:00
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="57x57"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-57x57.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="60x60"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-60x60.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="72x72"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-72x72.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="76x76"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-76x76.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="114x114"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-114x114.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="120x120"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-120x120.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="144x144"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-144x144.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="152x152"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-152x152.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="180x180"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/apple-icon-180x180.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="192x192"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/android-icon-192x192.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="32x32"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/favicon-32x32.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="96x96"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/favicon-96x96.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="16x16"
|
2025-08-23 14:24:42 +05:30
|
|
|
href="${basePath}favicons/favicon-16x16.png"
|
2021-08-01 14:27:44 -07:00
|
|
|
/>
|
2025-08-23 14:24:42 +05:30
|
|
|
<link rel="manifest" href="${basePath}manifest.json" />
|
2021-08-01 14:27:44 -07:00
|
|
|
|
2025-06-18 10:19:24 +05:30
|
|
|
<script>
|
2025-08-25 11:37:54 +05:30
|
|
|
let images = ['${basePath}images/governce.png', '${basePath}images/data-collbration.png'];
|
2025-06-18 10:19:24 +05:30
|
|
|
|
|
|
|
images.forEach((image) => {
|
|
|
|
let img = new Image();
|
|
|
|
img.loading = 'eager';
|
2025-08-25 11:37:54 +05:30
|
|
|
img.src = image;
|
2025-06-18 10:19:24 +05:30
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
2021-08-01 14:27:44 -07:00
|
|
|
<title>OpenMetadata</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
2025-08-25 11:37:54 +05:30
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2021-08-01 14:27:44 -07:00
|
|
|
</body>
|
2025-08-25 11:37:54 +05:30
|
|
|
</html>
|