Posts

Showing posts with the label Form sign up

sign up

Sign up  <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>sign up</title> </head> <body>     <div class="container">         <div class="login-box">             <i> </b><h2>Sign up</h2> </i>             <form action="#">                 <div class="input-box">                     Name                     <input type="text" required>                 </div><br>                 <div class="input-box">                       Email      ...