|
|
|
@ -7,18 +7,18 @@
|
|
|
|
|
<title>Wiki Fantasy : inscription</title>
|
|
|
|
|
<link id="favicon" rel="icon" href="../images/iconeSombre.ico"> <!-- Par défaut sombre -->
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<script defer src="../script/theme-toggle.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div class="nav">
|
|
|
|
|
<img src="../images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false">
|
|
|
|
|
<img src="../images/dark.svg" alt="dark" width="72px" height="37px" onmousedown="return false">
|
|
|
|
|
<img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false">
|
|
|
|
|
<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()">
|
|
|
|
|
<a href="quiz.html"><img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="logo">
|
|
|
|
|
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false" >
|
|
|
|
|
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="user">
|
|
|
|
|
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<h1>▶ S'inscrire ◀</h1>
|
|
|
|
|
|
|
|
|
|
<form action="../script/signin.php" method="post">
|
|
|
|
|
<div class="signin">
|
|
|
|
|
<div class="DivId">
|
|
|
|
|
<p>Identifiant *</p>
|
|
|
|
@ -57,5 +57,6 @@
|
|
|
|
|
<input type="submit" class="btn" value="Inscription" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|