This repository was archived by the owner on May 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 2.47 KB
/
index.html
File metadata and controls
48 lines (48 loc) · 2.47 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
<!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>Crispy - Open Source Chat</title>
<meta name="description" content="Crispy - Open Source Chat powered by GitHub, Firebase, Modal and some Internet Magic">
<meta name="keywords" content="online, chat, open source. crispy">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://tallerthanshort.github.io/ut3.ggpht/icons/crispy.png">
<link rel="stylesheet" href="landing.css">
</head>
<body>
<div id="app-mount">
<div style="height:100%;overflow-x:hidden;">
<div class="">
<div class="grid-bar">
<div class="row-31oovZ header-V8Sgnz">
<header class="wrapper-2bm6Le">
<nav class="nav-3_Sybl">
<div class="links-DGfZfm">
<a class="link-1naFFL link-2eyudH" href="https://github.com/Common-Codes/crispy-nightly">Nightly</a>
<a class="link-1naFFL link-2eyudH" href="https://discord.gg/vncq8kF5hj">Discord</a>
<a class="link-1naFFL link-2eyudH" href="https://app.revolt.chat/invite/MXp9zC2M">Revolt</a>
<a style="display: none;" href="https://api.crispychat.tech">API</a>
</div>
<hr>
<div class="appButton-2_tWQ1">
<a id="login-button" href="https://common-codes.github.io/crispy/app">Open Crispy</a>
</div>
</nav>
</header>
</div>
<h1>Welcome to Crispy</h1>
<h3>Open Source Chat Powered by <underline>GitHub</underline>, <underline>Firebase</underline>, <underline>Modal</underline> and some <underline>Internet Magic</underline></h3>
</div>
<img src="https://media.discordapp.net/attachments/927951930658009148/1066422882739175524/image.png">
<h4>Create an invite only space for you and your friends!</h4>
<img src="https://media.discordapp.net/attachments/927951930658009148/1066422297713451109/image.png">
<h4>Custom account features, including badges, nicknames and spy mode!</h4>
<img src="https://media.discordapp.net/attachments/927951930658009148/1066423493119455332/image.png">
<h4>Complete control over your data and your account</h4>
</div>
</div>
</div>
</body>
</html>