-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.87 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0NWIyNmIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1kaWNlcyI+PHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB4PSIyIiB5PSIyIiByeD0iMiIgcnk9IjIiLz48cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHg9IjEwIiB5PSIxMCIgcng9IjIiIHJ5PSIyIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjEiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjE4IiByPSIxIi8+PC9zdmc+" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Solana Casino Platform - Transform any Solana token into a fully-featured casino ecosystem with provably fair games." />
<meta name="theme-color" content="#141517" />
<title>Solana Casino Platform | Provably Fair Games</title>
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Solana Casino Platform" />
<meta property="og:description" content="Transform any Solana token into a fully-featured casino ecosystem with provably fair games." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://solanacasino.com" />
<meta property="og:image" content="https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&q=80&w=2070" />
<!-- Fonts -->
<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:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>