Site :
- Fix "REGISTER" to "Register" - Fix "NEWS" to "AUTHORS" - Fix Chat Button to icon (No notifications) - Fix not center title on login and register screen
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<div id="topBar">
|
||||
<h1>PTME</h1>
|
||||
<div id="topButton">
|
||||
<p>HOME</p>
|
||||
<p onclick="scrollToSection()">HOME</p>
|
||||
<p>PROJECT</p>
|
||||
<p>NEWS</p>
|
||||
<p>AUTHORS</p>
|
||||
</div>
|
||||
<div id="loginButton">
|
||||
<p>LOGIN</p>
|
||||
@ -58,7 +58,7 @@
|
||||
<label for="password">Confirm password</label>
|
||||
<input type="password" id="password-confirm" name="password">
|
||||
|
||||
<button type="submit" class="login-btn">REGISTER</button>
|
||||
<button type="submit" class="login-btn">Register</button>
|
||||
<div class="old-player">
|
||||
Already have an account? <a href="#">Log in</a>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
</div>
|
||||
<div id="chatButton">
|
||||
<p>CHAT</p>
|
||||
<img src="/static/img/homePage/bulle.png">
|
||||
</div>
|
||||
<div id="chatDiv">
|
||||
<div id="topChatHome">
|
||||
|
Reference in New Issue
Block a user