diff options
author | Marvin Borner | 2018-08-24 19:14:54 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-24 19:14:54 +0200 |
commit | b7f861bac0621916f6556899260a2e693b59c099 (patch) | |
tree | 7b7f1e2858fae7bb452b1766a97753e560f4bf28 | |
parent | f3f0d9fbc77ac7019850d5d02d675d12ccf84023 (diff) |
Reformatted and optimized code
-rw-r--r-- | index.html | 52 |
1 files changed, 29 insertions, 23 deletions
@@ -1,30 +1,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 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"> - <link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png"> - <title>BEAM-Messenger</title> + <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>BEAM-Messenger</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> -<div + <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>
\ No newline at end of file |