-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (85 loc) · 4.88 KB
/
Copy pathindex.html
File metadata and controls
93 lines (85 loc) · 4.88 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>OTR Token - Revolutionary Gaming Cryptocurrency Ecosystem</title>
<meta name="title" content="OTR Token - Revolutionary Gaming Cryptocurrency Ecosystem">
<meta name="description" content="OTR Token is revolutionizing in-game transactions with a secure, efficient blockchain solution. Join the future of gaming payments with NFT rewards and seamless integration.">
<meta name="keywords" content="OTR Token, cryptocurrency, gaming token, blockchain gaming, NFT rewards, gaming ecosystem, crypto gaming, gaming cryptocurrency">
<meta name="author" content="OTR Token">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://otrtoken.com/">
<meta property="og:title" content="OTR Token - Revolutionary Gaming Cryptocurrency Ecosystem">
<meta property="og:description" content="OTR Token is revolutionizing in-game transactions with a secure, efficient blockchain solution. Join the future of gaming payments with NFT rewards and seamless integration.">
<meta property="og:image" content="https://i.ibb.co/pwMLYdH/IMG-20241228-095613-945.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://otrtoken.com/">
<meta property="twitter:title" content="OTR Token - Revolutionary Gaming Cryptocurrency Ecosystem">
<meta property="twitter:description" content="OTR Token is revolutionizing in-game transactions with a secure, efficient blockchain solution. Join the future of gaming payments with NFT rewards and seamless integration.">
<meta property="twitter:image" content="https://i.ibb.co/pwMLYdH/IMG-20241228-095613-945.jpg">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Security Headers -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
connect-src 'self' https://www.geckoterminal.com https://*.geckoterminal.com https://api.geckoterminal.com https://api.coingecko.com https://*.coingecko.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://widgets.coingecko.com;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
font-src 'self' https://fonts.gstatic.com;
img-src 'self' https://i.ibb.co data: https://* https://assets.coingecko.com;
frame-src 'self' https://widgets.coingecko.com;
frame-ancestors 'none';
form-action 'self';
base-uri 'self';
upgrade-insecure-requests;
">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="geolocation=(), camera=(), microphone=()">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "OTR Token",
"description": "Revolutionary gaming cryptocurrency ecosystem with NFT rewards",
"url": "https://otrtoken.com",
"logo": "https://i.ibb.co/pwMLYdH/IMG-20241228-095613-945.jpg",
"sameAs": [
"https://x.com/OnTopOFTheReest",
"https://t.me/OTRToken",
"https://www.instagram.com/otrc0in/",
"https://www.facebook.com/profile.php?id=61570861272728",
"https://www.youtube.com/@OTRToken",
"https://www.tiktok.com/@otrtoken"
]
}
</script>
<!-- Preconnect to Important Origins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://widgets.coingecko.com">
<link rel="preconnect" href="https://api.coingecko.com">
<!-- CoinGecko Widgets -->
<script defer src="https://widgets.coingecko.com/gecko-coin-converter-widget.js"></script>
<script defer src="https://widgets.coingecko.com/gecko-coin-price-marquee-widget.js"></script>
<script defer src="https://widgets.coingecko.com/gecko-coin-heatmap-widget.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>