orama/website/index.html
2026-03-26 19:07:25 +02:00

40 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Orama — Decentralized Cloud Infrastructure</title>
<!-- Block indexing for now -->
<meta name="robots" content="noindex, nofollow" />
<!-- SEO Meta -->
<meta name="description" content="Orama is a decentralized cloud infrastructure platform. Deploy apps, store data, and scale globally with distributed SQL, IPFS storage, and serverless WASM execution." />
<meta name="keywords" content="orama, decentralized, cloud, infrastructure, IPFS, distributed, database, serverless, web3" />
<meta name="author" content="DeBros" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Orama — Decentralized Cloud Infrastructure" />
<meta property="og:description" content="Deploy apps, store data, and scale globally with distributed SQL, IPFS storage, and serverless WASM execution." />
<meta property="og:image" content="https://iofo4ifs.orama.network/og-image.png" />
<meta property="og:url" content="https://iofo4ifs.orama.network" />
<meta property="og:site_name" content="Orama Network" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Orama — Decentralized Cloud Infrastructure" />
<meta name="twitter:description" content="Deploy apps, store data, and scale globally with distributed SQL, IPFS storage, and serverless WASM execution." />
<meta name="twitter:image" content="https://iofo4ifs.orama.network/og-image.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>