diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 |