forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
46
index.html
Normal file
46
index.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Login</title>
|
||||
<link rel="stylesheet" media="screen" name="design" href="pages/design/design1.css">
|
||||
<meta http-equiv="Content-Language" content="fr">
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||
<meta name="Title" lang="fr" content="Bigorneaux VS Bulots">
|
||||
<meta name="Description" lang="fr" content="Jeu en php de simulation de guerre spatiale">
|
||||
<meta name="Abstract" content="Jeu en php de simulation de guerre spatiale">
|
||||
<meta name="Category" content="Jeu php">
|
||||
<meta name="Date-Creation-yyyymmdd" content="20070621">
|
||||
<meta name="Author" lang="fr" content="master Leon">
|
||||
<meta name="Publisher" content="master Leon">
|
||||
<meta name="Distribution" content="Global">
|
||||
<meta name="Rating" content="General">
|
||||
<meta name="Robots" content="noindex, follow">
|
||||
<meta name="Revisit-After" content="10 days">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form method="post" action="verifLogin.php">
|
||||
<table border="0" width="400" align="center">
|
||||
<tr>
|
||||
<td width="200"><b>Vôtre login</b></td>
|
||||
<td width="200">
|
||||
<input type="text" name="login" class="zone_texte" onFocus="this.value=''">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="200"><b>Vôtre mot de passe<b></td>
|
||||
<td width="200">
|
||||
<input type="password" name="password" class="zone_texte" onFocus="this.value=''">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="submit" name="submit" value="Connexion" class="bouttom">
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><a href="inscription.php">Inscription</a></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue