-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathverification.php
More file actions
executable file
·35 lines (31 loc) · 1.07 KB
/
Copy pathverification.php
File metadata and controls
executable file
·35 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$page_title = "Vie De Geek - Vérification";
include ($_SERVER['DOCUMENT_ROOT'].'VieDeGeek/fragments/shared/header.php');
?>
<style type="text/css">
#pub{
display: none;
}
#text_pub{
display: none;
}
</style>
<div id="corp_login">
<div id="login">
<h3 align="center">Vérification de l'adresse email</h3>
<p> Un mail a été envoyer sur votre adresse email. Afin de completer
votre inscription veiller inscrire si dessousle code joint dans le mail.</p>
<form method="post" action="meilleurs.php">
<table id="table" align="center">
<tr>
<td><label for="login"> Code de vérification : </label></td>
<td><input type="text" name="code_verif" required/></td>
</tr>
</table>
<p align="center"><input type="submit" name="lien1" value="Connexion"></p>
</form>
</div>
</div>
<?php
include ($_SERVER['DOCUMENT_ROOT'].'VieDeGeek/fragments/shared/footer.php');
?>