aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-09-08 14:43:48 +0200
committerMarco Alexander Fischer2018-09-08 14:43:48 +0200
commitf6014d4488918abca105b11fa8eda685d68d4bc7 (patch)
tree7618a8129d54a2813bdbb309cc2f9d162898b04b /index.html
parent2946e55c0d76049068b4de6e45557b0b22792018 (diff)
Added loginbox without any function :hankey:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.html b/index.html
index a3c1b96..c821391 100644
--- a/index.html
+++ b/index.html
@@ -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