- Add register page, button for comeback to login page doesnt work.
This commit is contained in:
Mathis Degryck
2024-08-26 18:22:03 +02:00
parent 054b044d7c
commit 40c70bcac5
5 changed files with 97 additions and 18 deletions

View File

@ -37,7 +37,30 @@
<button type="button" class="login-42-btn">Log with <span>42</span></button>
</form>
</div>
<div class="right-side-register">
<h1>Welcome to a new WORLD</h1>
<form id="registerForm">
<!-- <span id="closePopupBtn" class="close">&times;</span> -->
<label for="username">Username</label>
<input type="username" id="username" name="username">
<label for="email">Email</label>
<input type="email" id="email-register" name="email">
<label for="password">Password</label>
<input type="password" id="password-register" name="password">
<label for="password">Confirm password</label>
<input type="password" id="password-confirm" name="password">
<button type="submit" class="login-btn">REGISTER</button>
<div class="old-player">
Already have an account? <a href="#">Log in</a>
</div>
</form>
</div>
</div>
</div>
<div id="chatButton">
<p>CHAT</p>