diff options
author | HyTeYT | 2018-08-24 13:56:02 +0200 |
---|---|---|
committer | HyTeYT | 2018-08-24 13:56:02 +0200 |
commit | bfb9a35f0fd018bb38ca054e8036494f985f5b3f (patch) | |
tree | ea30f23a08583763ec436e7c90c693327f662a77 /index.html | |
parent | c1105086e4cb55b8a9febd3e6f4db91f20a93ddf (diff) |
built basic website
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,8 +1,18 @@ -<html> - <head> - <title></title> - <meta content=""> - <style></style> - </head> - <body></body> +<!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"> + <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> +</body> </html>
\ No newline at end of file |