-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (35 loc) · 2.05 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./src/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Create Your Own Memecoin on Solana | Memecoinmama.com</title>
<meta name="description" content="Easily create your own memecoin on Solana with Memecoinmama.com. No coding required. Join the thriving Solana memecoin community today!">
<link rel="canonical" href="https://memecoinmama.com/" />
<meta property="og:title" content="Create Your Own Memecoin on Solana | Memecoinmama.com" />
<meta property="og:description" content="Start your memecoin journey on Solana without any coding. Join thousands of successful memecoin creators at Memecoinmama.com." />
<meta property="og:image" content="https://ipfs.io/ipfs/QmW4pUBHAUa51zwXPGjWsnEVxudFajCxgQ5hwRj8LXLn5D/" />
<meta property="og:url" content="https://memecoinmama.com/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Create Your Own Memecoin on Solana | Memecoinmama.com">
<meta name="twitter:description" content="Join Memecoinmama.com and dive into the world of memecoins on Solana with ease. No coding skills required!">
<meta name="twitter:image" content="https://ipfs.io/ipfs/QmW4pUBHAUa51zwXPGjWsnEVxudFajCxgQ5hwRj8LXLn5D/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="UTF-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-54RKYX84XZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-54RKYX84XZ');
</script>
</head>
<body style="margin: 0; background-color: #121212;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>