-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (33 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- PWA -->
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/mask-icon.png" color="#2A2A2A">
<meta name="theme-color" content="#2A2A2A">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- SEO -->
<meta name="description" content="Nounce is a free chat app that sends messages based on your geographic proximity. Imagine if you needed to send a quick announcement to a small event or in your barangay. Nounce allows you to send messages within a one-mile radius. When the users are no longer within a one-mile radius of the sender, they can no longer receive messages.">
<meta name="keywords" content="Nounce, Proximity, Chat App">
<meta name="author" content="Arnel Jan Sarmiento">
<meta property="og:url" content="https://nounce-chat.web.app" />
<meta property="og:title" content="Nounce">
<meta property="og:description" content="Nounce is a free chat app that sends messages based on your geographic proximity. Imagine if you needed to send a quick announcement to a small event or in your barangay. Nounce allows you to send messages within a one-mile radius. When the users are no longer within a one-mile radius of the sender, they can no longer receive messages.
">
<meta property="og:image" content="https://nounce-chat.web.app/assets/logo.f0bc171d.png" />
<meta property="og:image:alt" content="Nounce is a free chat app that sends messages based on your geographic proximity. Imagine if you needed to send a quick announcement to a small event or in your barangay. Nounce allows you to send messages within a one-mile radius. When the users are no longer within a one-mile radius of the sender, they can no longer receive messages. " />
<meta property="og:type" content="website">
<meta name="twitter:image" content="https://nounce-chat.web.app/assets/logo.f0bc171d.png" />
<meta property="twitter:image:alt" content="Nounce is a free chat app that sends messages based on your geographic proximity. Imagine if you needed to send a quick announcement to a small event or in your barangay. Nounce allows you to send messages within a one-mile radius. When the users are no longer within a one-mile radius of the sender, they can no longer receive messages. " />
<meta name="twitter:card" content="Nounce" />
<meta name="twitter:site" content="@ArJSarmiento" />
<title>Nounce</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>