This repository was archived by the owner on Dec 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (83 loc) · 4.18 KB
/
index.html
File metadata and controls
93 lines (83 loc) · 4.18 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/png" href="/Favicon_black_skybackground.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta name="description" content="Upgrade to Heat That Pays" />
<meta name="keywords" content="hashrate heating, bitcoin mining heat, cryptocurrency heating, energy efficient heating, bitcoin heaters, mining heat reuse, digital heating, EXERGY" />
<meta name="author" content="EXERGY LLC" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://exergyheat.com/" />
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://exergyheat.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Exergy" />
<meta property="og:description" content="Upgrade to Heat That Pays" />
<meta property="og:image" content="https://opengraph.b-cdn.net/production/images/03164907-7575-4bbc-9042-ac4b39596105.png?token=5uuzt8jE41yW2UqdNps_CapQPq-rvPpJ0PF7aebj7gA&height=475&width=851&expires=33290271513" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="exergyheat.com">
<meta property="twitter:url" content="https://exergyheat.com">
<meta name="twitter:title" content="Exergy" />
<meta name="twitter:description" content="Upgrade to Heat That Pays" />
<meta name="twitter:image" content="https://opengraph.b-cdn.net/production/images/03164907-7575-4bbc-9042-ac4b39596105.png?token=5uuzt8jE41yW2UqdNps_CapQPq-rvPpJ0PF7aebj7gA&height=475&width=851&expires=33290271513" />
<!-- Additional SEO Tags -->
<meta name="theme-color" content="#4970A5" />
<meta name="msapplication-TileColor" content="#4970A5" />
<meta name="application-name" content="EXERGY" />
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.cdnfonts.com">
<!-- Preconnect to HubSpot domains for faster form loading -->
<link rel="preconnect" href="https://js-na2.hsforms.net">
<link rel="preconnect" href="https://static.hsappstatic.net">
<link rel="preconnect" href="https://meetings-na2.hubspot.com">
<!-- Futura Fonts -->
<link href="https://fonts.cdnfonts.com/css/futura-pt" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Futura:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Valorant Font -->
<link href="https://fonts.cdnfonts.com/css/valorant" rel="stylesheet">
<!-- Structured Data - Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "EXERGY LLC",
"alternateName": "EXERGY",
"url": "https://exergyheat.com",
"logo": "https://exergyheat.com/Logo1_black_horizontal.png",
"description": "Exergy provides hashrate heating solutions that generate heat and bitcoin rewards simultaneously.",
"address": {
"@type": "PostalAddress",
"streetAddress": "3700 N Franklin St",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80205",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "",
"contactType": "customer service",
"email": "contact@exergyheat.com"
},
"sameAs": [
"https://x.com/exergy_llc",
"https://github.com/exergyheat"
],
"foundingDate": "2023",
"industry": "Heating and Energy Solutions",
"keywords": "hashrate heating, bitcoin mining heat, cryptocurrency heating, energy efficient heating"
}
</script>
<script defer src="https://umami.denver.space/script.js" data-website-id="00faa83a-1c23-4195-af3c-ff6089d30d00"></script>
<title>EXERGY</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>