generated from Simplus-Labs/simplus-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (50 loc) · 3.39 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us">
<meta name="language" content="English">
<meta name="title" content="WhatsApp Link Generator Tool">
<meta name="description"
content="Generate Instant WhatsApp Links with Just a Phone Number: Access quick WhatsApp conversations with our link generation app. Start chatting instantly by entering the phone number!">
<meta name="keywords"
content="WhatsApp link generator, Instant chat links, Phone number to WhatsApp, Quick chat initiation, WhatsApp URL creator, One-click WhatsApp chat, Direct WhatsApp link, Chat with number, Efficient WhatsApp communication, WhatsApp messaging shortcut, Simplified WhatsApp chat, Speedy WhatsApp conversations, Contact through WhatsApp, Instant messaging solution" />
<meta name="news_keywords"
content="WhatsApp link generator, Instant chat links, Phone number to WhatsApp, Quick chat initiation, WhatsApp URL creator, One-click WhatsApp chat, Direct WhatsApp link, Chat with number, Efficient WhatsApp communication, WhatsApp messaging shortcut, Simplified WhatsApp chat, Speedy WhatsApp conversations, Contact through WhatsApp, Instant messaging solution" />
<meta name="author" content="Simplus Labs">
<meta property="og:type" content="website" />
<meta property="og:title" content="WhatsApp Link Generator Tool" />
<meta property="og:description"
content="Generate Instant WhatsApp Links with Just a Phone Number: Access quick WhatsApp conversations with our link generation app. Start chatting instantly by entering the phone number!" />
<meta property="og:url" content="https://wslink.simplus.website/" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="WhatsApp Link Generator Tool" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://wslink.simplus.website/" />
<meta name="twitter:creator" content="Simplus Labs" />
<meta name="twitter:title" content="WhatsApp Link Generator Tool" />
<meta name="twitter:description"
content="Generate Instant WhatsApp Links with Just a Phone Number: Access quick WhatsApp conversations with our link generation app. Start chatting instantly by entering the phone number!" />
<meta name="twitter:image" content="" />
<link rel="canonical" href="https://wslink.simplus.website/" />
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow" />
<meta name="google" content="nositelinkssearchbox" />
<link rel="shortcut icon" href="/public/simplus.svg" />
<link rel="icon" type="image/svg+xml" href="/public/simplus.svg" />
<title>WhatsApp Link Generator Tool</title>
<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+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="green-gradient" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>