aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-09-08 17:27:05 +0200
committerMarco Alexander Fischer2018-09-08 17:27:05 +0200
commitb678f8eeb5740a0bc2ea877aedaeff06ded86fd1 (patch)
treece1869ec6b1f4ffe5ffb0fd1217d3a07e316922d /index.html
parent2cf0d50d358bd2de0466d907363282fdea069694 (diff)
Changed Login-button :lipstick:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 44d09ae..ba731a1 100644
--- a/index.html
+++ b/index.html
@@ -17,15 +17,15 @@
</div>
</div>
<div class="loginform-box">
- <p class="graytext">Login</p>
+ <p class="graytext">Your Account</p>
<div class="input.validate-input" data-validate="Enter username">
<span class="lnr lnr-user"></span>
- <input type="text" name="username" class="input" placeholder="Username"><br/>
+ <input type="text" name="username" class="input" placeholder="Username or eMail"><br/>
</div>
<span class="lnr lnr-lock"></span>
<input type="password" name="password" class="input" placeholder="Password"><br/>
<br>
- <button>Login</button>
+ <button class="button-blue">Login</button>
</div>
</body>
</html>