-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (109 loc) · 5.38 KB
/
Copy pathindex.html
File metadata and controls
119 lines (109 loc) · 5.38 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary Meta Tags -->
<title>Reserve dGEN1 Device | Freedom Factory - Limited Edition - Best way to be onchain on the go</title>
<meta name="title" content="Reserve dGEN1 Device | Freedom Factory - Limited Edition - Best way to be onchain on the go" />
<meta name="description" content="Reserve your dGEN1 device - the best way to be onchain on the go. Limited edition, decentralized smartphone with built-in crypto wallet. Only available while supplies last. Get 5% off with a referral link!" />
<meta name="keywords" content="dGEN1, Web3 phone, crypto phone, decentralized smartphone, blockchain mobile, Ethereum phone, Freedom Factory, NFT reservation, crypto wallet phone" />
<meta name="author" content="Freedom Factory" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="theme-color" content="#000000" />
<meta name="color-scheme" content="dark" />
<!-- Canonical URL -->
<link rel="canonical" href="https://mint.freedomfactory.io/" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="256x256" href="/favicon-256.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-256.png" />
<link rel="apple-touch-icon" href="/favicon-256.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mint.freedomfactory.io/" />
<meta property="og:title" content="Reserve dGEN1 Device | Freedom Factory" />
<meta property="og:description" content="Reserve your dGEN1 device - the best way to be onchain on the go. Limited edition, decentralized smartphone. Get 5% off with a referral link!" />
<meta property="og:image" content="https://mint.freedomfactory.io/og-picture.jpg" />
<meta property="og:image:secure_url" content="https://mint.freedomfactory.io/og-picture.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="dGEN1 Device - Best way to be onchain on the go" />
<meta property="og:site_name" content="Freedom Factory" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://mint.freedomfactory.io/" />
<meta name="twitter:title" content="Reserve dGEN1 Device | Freedom Factory" />
<meta name="twitter:description" content="Reserve your dGEN1 device - the best way to be onchain on the go. Limited edition, decentralized smartphone. Get 5% off with a referral link!" />
<meta name="twitter:image" content="https://mint.freedomfactory.io/og-picture.jpg" />
<meta name="twitter:image:alt" content="dGEN1 Device - Best way to be onchain on the go" />
<meta name="twitter:site" content="@EthereumPhone" />
<meta name="twitter:creator" content="@EthereumPhone" />
<!-- Structured Data - Product -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "dGEN1 Device",
"description": "The future of Web3 mobile - a limited edition decentralized smartphone with built-in crypto wallet functionality.",
"image": "https://mint.freedomfactory.io/og-picture.jpg",
"brand": {
"@type": "Brand",
"name": "Freedom Factory"
},
"offers": {
"@type": "Offer",
"url": "https://mint.freedomfactory.io/",
"priceCurrency": "ETH",
"availability": "https://schema.org/LimitedAvailability",
"seller": {
"@type": "Organization",
"name": "Freedom Factory"
}
}
}
</script>
<!-- Structured Data - Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Freedom Factory",
"url": "https://freedomfactory.io",
"logo": "https://mint.freedomfactory.io/favicon-256.png",
"sameAs": [
"https://twitter.com/EthereumPhone"
]
}
</script>
<!-- Preconnect to external resources -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://mainnet.base.org" />
<script>
// Polyfill for buffer in browser
window.global = window;
</script>
<!-- Matomo Analytics -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer']);
(function() {
var u="https://matomo.markushaas.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>