diff options
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 |