blob: 2c644ca0072ce2eb2028f1d3dbc6f9c7685e0c8c (
plain) (
blame)
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="BEAM-Messenger - The future of secure and instant messaging. | BEAM-Messenger features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png">
<title>texx</title>
</head>
<body>
<div class="Logo">
<img src="assets/images/logo.png">
</div>
<div class="Main-Content">
<h1>BEAM-Messenger</h1>
<p>BEAM-Messenger isn't born yet.</p>
<p>It's okay, we're excited too. If you want, you can support us here:</p>
</div>
<div class="Social">
<a href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html" target="_blank">
<i class="fab fa-bitcoin"></i>
</a>
<a href="https://www.paypal.me/marvinborner/5eur" target="_blank">
<i class="fab fa-paypal"></i>
</a>
</div>
</body>
</html>
|