finition css
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
<form method="post">
|
||||
<!-- Markup example 2: input is after label -->
|
||||
<label for="email">Adresse mail</label>
|
||||
<input type="email" id="email" name="email" placeholder="Email" value="<?=set_value('email')?>" required>
|
||||
<div class="grid">
|
||||
@@ -9,7 +8,6 @@
|
||||
<input type="password" id="password" name="password" placeholder="Password" value="<?=set_value('password')?>" required>
|
||||
</label>
|
||||
</div>
|
||||
<!-- Button -->
|
||||
<button type="submit">Submit</button>
|
||||
<?=anchor('user/create','Création de Compte');?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user