merge
This commit is contained in:
@ -45,18 +45,17 @@
|
||||
<div class="right-side-register">
|
||||
<h1>Welcome to a new WORLD</h1>
|
||||
<form id="registerForm">
|
||||
<!-- <span id="closePopupBtn" class="close">×</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">
|
||||
|
@ -2,7 +2,6 @@
|
||||
<h1 id="homeButton">PTME</h1>
|
||||
<div class="search-container">
|
||||
<input type="text" placeholder="Search..." class="search-input" id="searchInputUser">
|
||||
<button class="search-button">Search</button>
|
||||
</div>
|
||||
<div id="searchResult">
|
||||
</div>
|
||||
@ -43,6 +42,13 @@
|
||||
<p>Multiplayer local</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="whatGame">
|
||||
<p>The key to success is timing and precision, as you need to position your paddle correctly to deflect the ball at the right angle.</p>
|
||||
<span class="line"></span>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet velit vitae lorem tempor auctor. In tempor ac ex ut finibus. Duis lobortis non justo eu venenatis.</p>
|
||||
</div>
|
||||
|
||||
<div class="skin-select">
|
||||
<div id="bar">
|
||||
|
||||
|
Reference in New Issue
Block a user