This commit is contained in:
Mathis Degryck
2024-09-18 20:16:30 +02:00
parent e85f4d33a4
commit 9d30c04f98
3 changed files with 47 additions and 25 deletions

View File

@ -45,18 +45,17 @@
<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">
<input type="username" id="username" name="username" placeholder="Username">
<label for="email">Email</label>
<input type="email" id="email-register" name="email">
<input type="email" id="email-register" name="email" placeholder="Email">
<label for="password">Password</label>
<input type="password" id="password-register" name="password">
<input type="password" id="password-register" name="password" placeholder="Password">
<label for="password">Confirm password</label>
<input type="password" id="password-confirm" name="password">
<input type="password" id="password-confirm" name="password" placeholder="Confirm password">
<button type="submit" class="login-btn">Register</button>
<div class="old-player">