You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!-- Traitement PHP -->
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Titre</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href="style/style_main.css" rel="stylesheet">
|
|
|
|
<link href="style/style_log.css" rel="stylesheet">
|
|
|
|
<link rel="icon" type="image/x-icon" href="_content/favicon-32x32.png">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1><a class="_title" href="index.html"><span class="word1">Pop</span><span class="word3">Op</span></a></h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#unlinked">Top</a></li>
|
|
|
|
<li><a href="#unlinked">Musiques</a></li>
|
|
|
|
<li><a href="#unlinked">Lectures</a></li>
|
|
|
|
</ul>
|
|
|
|
<div>
|
|
|
|
<a href="sign_in.html">Se connecter</a>
|
|
|
|
<a href="sign_up.html">S'inscrire</a>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<div class="red-banner">
|
|
|
|
En attente de l'ajout d'un systeme PHP.
|
|
|
|
<br>Cette page est moche et mal faite.
|
|
|
|
</div>
|
|
|
|
<form action="" method="POST">
|
|
|
|
<h2>Inscription</h2>
|
|
|
|
|
|
|
|
<div class="form_p_contents">
|
|
|
|
<div>
|
|
|
|
<label for="pseudo">Pseudo : </label><input autocomplete="off" name="pseudo" type="text"
|
|
|
|
placeholder="Pseudo">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="names">
|
|
|
|
<label for="first_name">Prénom - Nom : </label><input autocomplete="off" name="first_name"
|
|
|
|
type="text" placeholder="Prénom"><input autocomplete="off" name="surname_name" type="text"
|
|
|
|
placeholder="Nom">
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<label for="mail">Adresse mail : </label><input autocomplete="off" name="mail" type="mail"
|
|
|
|
placeholder="Adresse mail">
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<label for="password">Mot de passe : </label><input autocomplete="off" name="password"
|
|
|
|
type="password" placeholder="Mot de passe">
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<input name="password" type="submit" value="Valider">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<a href="#mentions-legales">Conditions générales d'utilisation.</a> <br> Mise en page par SERNY Sacha.
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|