|
|
|
@ -48,21 +48,22 @@
|
|
|
|
|
<!--Contenue de la page ici-->
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
<h2 class="text-center my-3 pb-3">Make private lists with a personnal account</h2>
|
|
|
|
|
<form>
|
|
|
|
|
<form action="index.php" method="post">
|
|
|
|
|
<!-- Login input -->
|
|
|
|
|
<div class="form-outline mb-4 align-items-center">
|
|
|
|
|
<input type="email" id="form2Example1" class="form-control" />
|
|
|
|
|
<input name="username" type="text" id="form2Example1" class="form-control" required/>
|
|
|
|
|
<label class="form-label" for="form2Example1">Username</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Password input -->
|
|
|
|
|
<div class="form-outline mb-4">
|
|
|
|
|
<input type="password" id="form2Example2" class="form-control" />
|
|
|
|
|
<input name="password" type="password" id="form2Example2" class="form-control" required/>
|
|
|
|
|
<label class="form-label" for="form2Example2">Password</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Submit button -->
|
|
|
|
|
<button type="button" class="btn btn-primary btn-block mb-4" action="register">Register</button>
|
|
|
|
|
<button type="submit" class="btn btn-primary btn-block mb-4">Register</button>
|
|
|
|
|
<input type="hidden" name="action" value="register" ></input>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|