modif des formulaires connexion et inscriptions

This commit is contained in:
Alcaraz Yannick 2020-12-04 02:35:00 +01:00
parent 0426095cba
commit 99d70dfeb4
3 changed files with 5 additions and 4 deletions

2
.idea/workspace.xml generated
View File

@ -61,7 +61,7 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1607026953826</updated>
<workItem from="1607026956145" duration="9847000" />
<workItem from="1607026956145" duration="10886000" />
</task>
<servers />
</component>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/connexion.css" />
</head>
<body>
<!--form action="" name"" method="POST"-->
<form method="post" action="./traitement.php" name="formulaire">
<div class="wrapper fonduBas">
<div id="contenu">
@ -33,6 +33,7 @@
</div>
<! --/form-->
</form>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/inscription.css" />
</head>
<body>
<form method="post" action="./traitement.php" name="formulaire">
<div class="wrapper fonduBas">
<div id="contenu">
@ -31,7 +31,7 @@
</div>
</div>
</form>
</body>
</html>