- 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:
Misthaa
2024-09-17 14:28:57 +02:00
parent e4cebd99df
commit 522f4f602a
6 changed files with 39 additions and 29 deletions

View File

@ -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">