-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (71 loc) · 2.82 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
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="hostname" content="javierorp.github.io/wa-no-contact/" />
<meta
name="expected-hostname"
content="javierorp.github.io/wa-no-contact/"
/>
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/822618380/91a01c7b-97cc-4c8c-811d-d9a2a97c1e94"
/>
<meta
property="og:image:alt"
content="A simple website that allows you to send messages to a phone number via WhatsApp without storing it in the contact list. - javierorp/wa-no-contact"
/>
<meta property="og:site_name" content="Send WA no contact" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="javierorp/wa-no-contact: A simple website that allows you to send messages to a phone number via WhatsApp without storing it in the contact list."
/>
<meta
property="og:url"
content="https://github.com/javierorp/wa-no-contact"
/>
<meta
property="og:description"
content="A simple website that allows you to send messages to a phone number via WhatsApp without storing it in the contact list. - javierorp/wa-no-contact"
/>
<meta property="article:author" content="Javier Orti (Javierorp)" />
<meta
property="article:published_time"
content="2024-07-01T14:30:00+02:00"
/>
<meta
name="keywords"
content="send, message, messages, whatsapp, no, contact, store"
/>
<meta name="robots" content="follow" />
<meta
name="twitter:image:src"
content="https://repository-images.githubusercontent.com/822618380/91a01c7b-97cc-4c8c-811d-d9a2a97c1e94"
/>
<meta name="twitter:site" content="@javierorp" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="javierorp/wa-no-contact: A simple website that allows you to send messages to a phone number via WhatsApp without storing it in the contact list."
/>
<meta
name="twitter:description"
content="A simple website that allows you to send messages to a phone number via WhatsApp without storing it in the contact list. - javierorp/wa-no-contact"
/>
<title>Send WA no Contact</title>
<link rel="canonical" href="https://javierorp.github.io/wa-no-contact/" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>