mirror of
https://github.com/FlipsideCrypto/near-bos-gateway.git
synced 2026-02-06 11:18:24 +00:00
36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="apple-touch-icon" href="/favicon.png" />
|
|
<!--
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
-->
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta
|
|
name="description"
|
|
content="Access unique NEAR insights on the BOS. Powered by Flipside."
|
|
/>
|
|
<!-- <meta name="twitter:card" content="summary_large_image" /> -->
|
|
<!-- <meta name="twitter:site" content="@NearSocial_"> -->
|
|
<!-- <meta property="og:image" content="https://near.social/assets/logo.png"> -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Flipside BOS Gateway" />
|
|
<meta
|
|
property="og:description"
|
|
content="Access unique NEAR insights on the BOS. Powered by Flipside."
|
|
/>
|
|
<title>Flipside BOS Gateway</title>
|
|
</head>
|
|
<body>
|
|
<noscript style="white-space: pre; font-family: monospace">
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|