Merge remote-tracking branch 'refs/remotes/origin/master'

pull/21/head
kevin.modejar 5 months ago
commit a0b2e1bc47

@ -4,7 +4,7 @@
echo $twig->render('head.html.twig', array( echo $twig->render('head.html.twig', array(
'title' => "Login", 'title' => "Login",
'style' => "../public/styles/styleLogin.css", 'style' => "public/styles/styleLogin.css",
)); ));
echo $twig->render('bandeau.html.twig'); echo $twig->render('bandeau.html.twig');

@ -4,7 +4,7 @@
echo $twig->render('head.html.twig', array( echo $twig->render('head.html.twig', array(
'title' => "Sign in", 'title' => "Sign in",
'style' => "../public/styles/styleSignin.css", 'style' => "public/styles/styleSignin.css",
)); ));
echo $twig->render('bandeau.html.twig'); echo $twig->render('bandeau.html.twig');

@ -1,15 +1,15 @@
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<div class="nav"> <div class="nav">
<img src="../images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false"> <img src="images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false">
<img id="theme-icon" src="../images/light.svg" alt="toggle theme" width="72px" height="37px" onmousedown="return false" onclick="toggleTheme()"> <img id="theme-icon" src="images/light.svg" alt="toggle theme" width="72px" height="37px" onmousedown="return false" onclick="toggleTheme()">
<img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false"> <img src="images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false">
</div> </div>
<div class="logo"> <div class="logo">
<a href="accueil.html"><img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a> <a href="/~kekentin/WF/WF-Website/"><img src="images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a>
</div> </div>
<div class="user"> <div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false"> <img src="images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div> </div>
</div> </div>
</div> </div>
@ -24,7 +24,7 @@
<div class="createAccount"> <div class="createAccount">
<p class="createAccount">Vous n'avez pas de compte?</p> <p class="createAccount">Vous n'avez pas de compte?</p>
<a href="/signin" class="createAccount">S'incrire</a> <a href="/~kekentin/WF/WF-Website/signin" class="createAccount">S'incrire</a>
</div> </div>

@ -1,20 +1,20 @@
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<div class="nav"> <div class="nav">
<a href="favorite.html"><img src="../images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false"></a> <a href="favorite.html"><img src="images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false"></a>
<img id="theme-icon" src="../images/light.svg" alt="toggle theme" width="72px" height="37px" onmousedown="return false" onclick="toggleTheme()"> <img id="theme-icon" src="images/light.svg" alt="toggle theme" width="72px" height="37px" onmousedown="return false" onclick="toggleTheme()">
<a href="quiz.html"><img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false"></a> <a href="quiz.html"><img src="images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false"></a>
</div> </div>
<div class="logo"> <div class="logo">
<a href="accueil.html"><img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a> <a href="/~kekentin/WF/WF-Website/"><img src="images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a>
</div> </div>
<div class="user"> <div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false"> <img src="images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div> </div>
</div> </div>
</div> </div>
<h1>▶ S'inscrire ◀</h1> <h1>▶ S'inscrire ◀</h1>
<form action="../script/signin.php" method="post"> <form action="script/signin.php" method="post">
<div class="signin"> <div class="signin">
<div class="DivId"> <div class="DivId">
<p>Identifiant *</p> <p>Identifiant *</p>

Loading…
Cancel
Save