diff options
author | Marco Alexander Fischer | 2018-09-08 14:43:48 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-09-08 14:43:48 +0200 |
commit | f6014d4488918abca105b11fa8eda685d68d4bc7 (patch) | |
tree | 7618a8129d54a2813bdbb309cc2f9d162898b04b /index.html | |
parent | 2946e55c0d76049068b4de6e45557b0b22792018 (diff) |
Added loginbox without any function :hankey:
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -10,8 +10,13 @@ <title>Texx Web</title> </head> <body> - <div class="typewriter"> - <h1>Welcome to Texx!</h1> + <div class="heading"> + <div class="typewriter"> + <h1>Welcome to Texx!</h1> + </div> + </div> + <div class="loginform-box"> + <p class="graytext">Please sign in to your account in order to use Texx-Web.</p> </div> </body> </html>
\ No newline at end of file |