-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
35c3.html
39 lines (32 loc) · 1.32 KB
/
35c3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Delta Chat on 35c3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./assets/css/event-landing-page.css">
<style>
.logo {
width: 90%;
max-width: 200px;
padding: 2em;
}
</style>
</head>
<body>
<center>
<img class="logo" src="./assets/logos/delta-chat.svg">
<h2>Delta Chat</h2>
<a href="https://35c3.c3nav.de/l/decentral/@0,473.08,488.33,5">Come to our assembly [Map]</a><br><br>
<a href="https://delta.chat">Go to website</a>
<br><br>Download:<br><br>
<b>iOS</b><br> Come to our assembly and talk to fridel to try a bleeding edge development <br>
<br><b>Android</b><br> Try our newest preview version at <a href="https://delta.chat/apk">https://delta.chat/apk</a><br>
<br><b>Linux</b><br> <a href="https://github.com/deltachat/deltachat-desktop">Compile using the instructions</a>
and come to our assembly when you need help<br>
Feel free to get in touch with us at our assembly and let us help you if you have any issues with the
installation or if you need a test account.
</center>
</body>
</html>