ghost-lite/index.html
Uncle Fatso a7833d9a5b
initial version
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 12:55:56 +03:00

31 lines
1.7 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://ipfs.io/ipfs/QmRgJ2UbzpM58te1R91bC2neWsS28F2QatBtzerM1JekyC" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GHOST Lite</title>
<meta name="description" content="Unlock faster access to GHOST Chain from your browser." />
<meta name="keywords" content="Chain Bridge, Cross-chain arbitrage, Blockchain, Crypto, Ethereum, Bitcoin, freedom, privacy, GHOST, Chain, Lite Node, Light Node, Node, RPC, Wallet, Transaction, Hash" />
<meta property="og:image" content="https://blog.ghostchain.io/wp-content/uploads/2025/07/GHOST-LITE-Featured-Image.png" />
<meta property="og:title" content="GHOST Lite" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Unlock faster access to GHOST Chain from your browser." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@realGhostChain" />
<meta name="twitter:title" content="GHOST Lite" />
<meta name="twitter:description" content="Unlock faster access to GHOST Chain from your browser." />
<meta name="twitter:image" content="https://blog.ghostchain.io/wp-content/uploads/2025/07/GHOST-LITE-Featured-Image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>