mirror of
https://github.com/oceanprotocol/status
synced 2025-01-08 21:04:01 +01:00
36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/icon-96x96.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#141414" />
|
|
<meta
|
|
name="description"
|
|
content="Overview and status checks of all Ocean Protocol RPC network connections."
|
|
/>
|
|
<link rel="apple-touch-icon" href="icons/icon-256x256.png" />
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|