-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f3a632
commit ba93281
Showing
15 changed files
with
85 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang='fr'> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
<div id='is-show'> | ||
<p id="close"><i class="fas fa-times"></i></p> | ||
<h3>connexion</h3> | ||
<form action="index.php?action=connexionAdmin" method="post"> | ||
<label for="pseudo">Prenom : </label> | ||
<input type="text" placeholder="pseudo" name="pseudo" id="pseudo"> | ||
<label for="pwd">Password: </label> | ||
<input type="password" placeholder="P W D" name="pwd" id="pwd"> | ||
<input type="submit" value="OK"> | ||
</form> | ||
</div> | ||
<!DOCTYPE html> | ||
|
||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="vente de pizzas & autres en livraison sur vannes"> | ||
<meta name="viewport" content="width=device-width, initial scale=1.0"> | ||
<title> Pizzas Express</title> | ||
<script src="https://kit.fontawesome.com/f964f4d052.js" crossorigin="anonymous"></script> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="shortcut icon" type="image/png" href="app/Public/front/img/favicon.png"> | ||
<link rel="stylesheet" href="app/Public/front/css/style.css"> | ||
</head> | ||
<body> | ||
<div id='is-show'> | ||
<p id="close"><i class="fas fa-times"></i></p> | ||
<h3>connexion</h3> | ||
<form action="index.php?action=connexionAdmin" method="post"> | ||
<label for="pseudo">Prenom : </label> | ||
<input type="text" placeholder="pseudo" name="pseudo" id="pseudo"> | ||
<label for="pwd">Password: </label> | ||
<input type="password" placeholder="P W D" name="pwd" id="pwd"> | ||
<input type="submit" value="OK"> | ||
</form> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters