-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
18 lines (18 loc) · 825 Bytes
/
index.php
File metadata and controls
18 lines (18 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
include 'bootstrap.php';
//connection a la bdd
?>
<a href="#"><img src="fb_connect.jpg" /></a><!-- bouton fb connect a ajouter -->
<form action="post/login_post.php" method="post"><!-- Connection login-->
<label>Connection login</label><br />
<input type="text" name="login" value="login" /><br />
<input type="password" name="mdp" value="mot de passe"/><br />
<input type="submit" name="valider" value="valider"/>
</form>
<form action="post/inscription_post.php" method="post"><!-- Connection email-->
<label>inscription email</label><br />
<input type="text" name="login" value="login" /><br />
<input type="password" name="mdp" value="mot de passe"/><br />
<input type="text" name="email" value="email" /><br/>
<input type="submit" name="valider" value="valider"/>
</form>