1
0
mirror of synced 2026-01-07 00:05:48 -05:00
Files
airbyte/airbyte-webapp/public/index.html
2021-02-15 23:51:56 +03:00

27 lines
970 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Airbyte | Open-Source Data Integration Pipelines To Your Warehouses"
content="Airbyte is the turnkey open-source data integration platform that syncs data from applications, APIs and databases to warehouses."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="./index.css">
<title>Airbyte</title>
</head>
<body>
<noscript>
<img src="%PUBLIC_URL%/logo.png" alt="logo" width="90" height="94"/>
<div class="card">
You need to enable JavaScript to run this app.
</div>
</noscript>
<div id="root"></div>
</body>
</html>