aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHyTeYT2018-08-24 15:29:33 +0200
committerHyTeYT2018-08-24 15:29:33 +0200
commitedf7da32dd7cd67e74eeb35bb69f31698678a06f (patch)
treee057178c5163aaa41cd0792990ba88d9aac1fb0f /index.html
parentbfb9a35f0fd018bb38ca054e8036494f985f5b3f (diff)
Added animations & donation fabs
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/index.html b/index.html
index 1c87906..713db7c 100644
--- a/index.html
+++ b/index.html
@@ -8,11 +8,22 @@
<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 href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<title>BEAM-Messenger</title>
</head>
<body>
-<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 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>
+<div
</body>
</html> \ No newline at end of file