-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
43 lines (36 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="darkreader-lock">
<title>SpacebarChat - Selfhosted, secure communication that you're already familiar with</title>
<meta name="description"
content="Spacebar is a free and open source reverse engineering and reimplementation of Discord, including both the backend and frontend. It's a chat platform similar to Slack and Rocket.chat">
<link rel="stylesheet" href="./css/index.css">
<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=Inter&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="inner">
<img id="logo"
src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Spacebar logo">
<div id="text">
<p>Spacebar is a free and open source, full stack reverse engineering and reimplementation of Discord.
</p>
<p>It's a communication platform you're already familiar with.</p>
<div class="links">
<a href="https://docs.spacebar.chat" target="_blank">Docs</a>
<a href="https://app.spacebar.chat" target="_blank">App</a>
<a href="https://github.com/spacebarchat" target="_blank">Github</a>
<a href="https://discord.gg/ZrnGQP6p3d" target="_blank">Discord</a>
<a href="https://matrix.to/#/!OovtSBQaxNmuBWlQzV:feline.support" target="_blank">Matrix</a>
</div>
</div>
</div>
</div>
</body>
</html>