diff options
author | Marco Alexander Fischer | 2018-09-16 18:29:25 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-09-16 18:29:25 +0200 |
commit | 40110de6abbd5a7875780ad628305c8a57da28eb (patch) | |
tree | eeee875ba9c72a8fbe415ed00d20ad33e9c08245 /index.html | |
parent | b94cc15a44d17df3c5917b3959af03d44cbd97f2 (diff) |
Overworked Design for new concept. :lipstick:
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -7,14 +7,15 @@ 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="Texx - The future of secure and instant messaging. | Texx features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!"> + content="texx - The future of secure and instant messaging. | Texx 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://fonts.googleapis.com/css?family=Mukta"> <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> + <link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.png"> + <body oncontextmenu="return false"> + <title>texx</title> </head> <body class="pageWrapper"> @@ -23,7 +24,7 @@ <div class="slide"> <div class="ContentWrapper"> <div class="Logo"> - <img src="assets/images/logo.png"> + <img src="assets/images/logo.png" alt="texx" class="logo-img"> </div> <div class="Main-Content"> <h1>Texx</h1> @@ -49,7 +50,7 @@ <div class="About"> <div class="AboutBox"> <i class="fas fa-check-circle"></i> - <h2>What is Texx?</h2> + <h2>What is texx?</h2> <p>Texx is an advanced network for social interactions.</p> </div> <br> |