2019-09-16 11:28:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2019-09-16 17:07:07 +02:00
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/icon-96x96.png" />
|
2019-09-16 11:28:08 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2019-09-16 17:07:07 +02:00
|
|
|
<meta name="theme-color" content="#141414" />
|
2019-09-16 11:28:08 +02:00
|
|
|
<meta
|
|
|
|
name="description"
|
2019-09-16 17:07:07 +02:00
|
|
|
content="Overview and status checks of all Ocean Protocol RPC network connections."
|
2019-09-16 11:28:08 +02:00
|
|
|
/>
|
2019-09-16 17:07:07 +02:00
|
|
|
<link rel="apple-touch-icon" href="icons/icon-256x256.png" />
|
2019-09-16 14:53:19 +02:00
|
|
|
|
2019-09-16 11:28:08 +02:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
|
2019-09-16 17:07:07 +02:00
|
|
|
<meta property="og:title" content="Ocean Protocol Status" />
|
|
|
|
<meta
|
|
|
|
property="og:description"
|
|
|
|
content="Overview and status checks of all Ocean Protocol RPC network connections."
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
property="og:image"
|
|
|
|
content="https://status.oceanprotocol.com/share.png"
|
|
|
|
/>
|
|
|
|
<meta property="og:url" content="https://status.oceanprotocol.com" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
<meta name="twitter:site" content="@oceanprotocol" />
|
|
|
|
|
|
|
|
<title>Ocean Protocol Status</title>
|
2019-09-16 11:28:08 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|