aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
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>