mirror of
https://github.com/FlipsideCrypto/near-bos-vm.git
synced 2026-02-06 11:18:24 +00:00
34 lines
1.5 KiB
HTML
34 lines
1.5 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" />
|
|
<meta
|
|
name="description"
|
|
content="Social data protocol built on NEAR"
|
|
/>
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@NearSocial_">
|
|
<meta name="twitter:image" content="https://near.social/assets/logo.png">
|
|
<meta property="og:image" content="https://near.social/assets/logo.png">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Near Social" />
|
|
<meta property="og:description" content="Social data protocol built on NEAR" />
|
|
<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" />
|
|
<title>Near Social</title>
|
|
<script defer data-domain="near.social" src="https://plausible.io/js/script.hash.js"></script>
|
|
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }; window.analytics = function() { window.plausible(...arguments) }</script>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|