commit
33ea1ab46a
@ -0,0 +1,16 @@
|
||||
p {
|
||||
background-color: #001;
|
||||
color: #fff;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: .4rem;
|
||||
}
|
||||
|
||||
form{
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 300px;
|
||||
border: solid;
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
#titre {
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#pubDate{
|
||||
text-align:left;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#description{
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
div{
|
||||
background-color: white;
|
||||
border-bottom:solid ;
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#menu{
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
@ -1,8 +1,13 @@
|
||||
<!doctype html>
|
||||
<link href="css/adminConnexion.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<html>
|
||||
<form action="index.php?action=verifValidation" method="POST">
|
||||
<input type="text" name="name" placeholder="name" /><br>
|
||||
<input type="text" name="password" placeholder="password" />
|
||||
<p>Connexion</p>
|
||||
<label for="Nom"></label>
|
||||
<input type="text" name="name" placeholder="Nom" /><br>
|
||||
<label for="Mot de passe"></label>
|
||||
<input type="text" name="password" placeholder="Mot de passe" /><br>
|
||||
<input type="submit" value="OK">
|
||||
</form>
|
||||
</html>
|
Loading…
Reference in new issue