-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·58 lines (51 loc) · 2.21 KB
/
index.html
File metadata and controls
executable file
·58 lines (51 loc) · 2.21 KB
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
<!DOCTYPE html>
<html>
<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" />
<title>MultiChat.network</title>
<link rel="shortcut icon"
href="https://raw.githubusercontent.com/multividas/developers-multividas/refs/heads/main/docs/public/images/logo.svg"
type="image/x-icon" />
<!-- meta desc -->
<meta name="description"
content="MultiChat.network is social media platform, where you can share posts, publish articles and news .." />
<meta name="keywords" content="multichat.network" />
<meta name="author" content="multichat.network" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- open graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="multichat.network" />
<meta property="og:description"
content="MultiChat.network is social media platform, where you can share posts, publish articles and news .." />
<meta property="og:url" content="https://multichat.network" />
<meta property="og:site_name" content="multichat.network" />
<meta name="theme-color" content="#0f4c81" />
<!-- styles css -->
<link rel="stylesheet" href="https://multividas.com/mv-header@2.css" />
<link rel="stylesheet" href="https://multividas.com/mv-footer@2.css" />
<link rel="stylesheet" href="https://multividas.com/mv-main@2.css" />
</head>
<body>
<main class="main__container">
<section class="multividas__section">
<h1>MultiChat.network</h1>
<p>Messaging app with focus on security & user experience</p>
</section>
<section class="multividas__section">
<h2>Security Issues</h2>
<p>If you discover a security vulnerability, please review our
<a href="https://github.com/MultiChatNetwork/.github/blob/main/SECURITY.md" target="_blank">[security issue guidelines]</a>
</p>
</section>
<section class="multividas__section">
<h2>Contact us</h2>
<p>Send an email to our dev team at:
<a href="mailto:multichat.network@gmail.com">[multichat.network@gmail.com]</a>
</p>
</section>
</main>
</body>
</html>