-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
56 lines (51 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-XXXXXXX');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rose of Jericho - Wellness in Web3</title>
<meta name="description" content="Rose of Jericho - AI Agent that rewards you with crypto when focusing on wellness, meditation, and fitness." />
<meta name="author" content="AlexNomads" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:title" content="Rose of Jericho" />
<meta property="og:description" content="AI Agent that rewards you with crypto when focusing on wellness, meditation, and fitness." />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" href="/lovable-uploads/277670c3-781e-4608-8e2f-d502243f163b.png" type="image/png" />
<!-- Google Analytics tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9ZZ4NRJGR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y9ZZ4NRJGR', {
send_page_view: true,
cookie_domain: 'auto',
cookie_flags: 'SameSite=None;Secure',
anonymize_ip: true
});
console.log('Google Analytics script loaded');
</script>
<!-- Google 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=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<!-- Ahrefs Analytics -->
<script src="https://analytics.ahrefs.com/analytics.js" data-key="+hyap21tUj2yPIBQYWwsfg" async></script>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>