28 lines
1004 B
HTML
28 lines
1004 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="description"
|
|
content="Airbyte is the turnkey open-source data integration platform that syncs data from applications, APIs and databases to warehouses."
|
|
/>
|
|
<meta name="airbyte:sec-token" value="c82db11b-64df-413d-aba8-ee66b99c046f" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<link rel="stylesheet" href="%PUBLIC_URL%/index.css">
|
|
<title>Airbyte</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<img src="%PUBLIC_URL%/logo.png" alt="" width="90" height="94"/>
|
|
<div class="card">
|
|
You need to enable JavaScript to run this app.
|
|
</div>
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|