-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) Β· 2.05 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) Β· 2.05 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
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- CSP (defense-in-depth; full policy incl. frame-ancestors is in public/_headers).
When the Railway API is wired, add its origin to connect-src. -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; media-src 'self'; font-src 'self'; connect-src 'self' https://api.trybullrush.xyz; worker-src 'self' blob:; object-src 'none'; base-uri 'self'; form-action 'self'; upgrade-insecure-requests"
/>
<link rel="icon" type="image/png" href="/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#05060a" />
<meta name="description" content="A verifiable skill runner built on BOT Chain. Same grid. Prove the run." />
<meta property="og:title" content="BULL RUSH β Same Grid. Prove the Run." />
<meta property="og:description" content="Bull Rush is a verifiable skill runner built on BOT Chain. Every Daily Grid gives players the same deterministic course, every competitive run is replay-verified, and sponsor-funded rewards settle through transparent onchain prize vaults." />
<meta property="og:image" content="https://trybullrush.xyz/og-card.jpg" />
<meta property="og:url" content="https://trybullrush.xyz/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BULL RUSH β Same Grid. Prove the Run." />
<meta name="twitter:description" content="A verifiable skill runner built on BOT Chain. Every competitive run is replay-verified before it counts." />
<meta name="twitter:image" content="https://trybullrush.xyz/og-card.jpg" />
<title>BULL RUSH β Same Grid. Prove the Run.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>