-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Strafe - Modern Chat Platform" />
<meta
name="description"
content="Strafe is a modern, secure, and feature-rich chat platform designed for seamless communication. Connect with friends, communities, and teams in real-time."
/>
<meta
name="keywords"
content="chat platform, messaging, communication, real-time chat, community, discord alternative"
/>
<!-- Open Graph Meta -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://strafe.chat/" />
<meta property="og:title" content="Strafe - Free Speech Chat Platform" />
<meta
property="og:description"
content="Strafe is a modern, secure, and free speech chat platform designed for seamless communication. Connect with friends, communities, and teams in real-time."
/>
<meta property="og:image" content="https://strafe.chat/favicon.ico" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://strafe.chat/" />
<meta property="twitter:title" content="Strafe - Free Speech Chat Platform" />
<meta
property="twitter:description"
content="Strafe is a modern, secure, and free speech chat platform designed for seamless communication. Connect with friends, communities, and teams in real-time."
/>
<meta property="twitter:image" content="https://strafe.chat/favicon.ico" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#21C45D" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="author" content="Strafe" />
<title>Strafe</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>