-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin.htm
32 lines (26 loc) · 1.19 KB
/
admin.htm
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
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>projet-recettes.tk</title>
<link href="css/login_admin.css" rel="stylesheet" type="text/css" />
</head>
<body LINK="#000000" VLINK="#000000" ALINK="#00CCFF">
<div style="padding: 100px 0 0 250px;">
<div id="login-box">
<form id="loginform" name="loginform" method="post" action="admin/veriflogadmin.php">
<H2>Authentification Administrateur</H2>
Accès à l'administration du projet-recettes.tk
<br />
<br />
<div id="login-box-name" style="margin-top:20px;">Identifiant :</div><div id="login-box-field" style="margin-top:20px;"><input name="loginadmin" class="form-login" value="" size="30" id="loginadmin" maxlength="2048" /></div>
<div id="login-box-name">Mot de passe :</div><div id="login-box-field"><input name="mdp" type="password" class="form-login" value="" id ="mdp" size="30" maxlength="2048" /></div>
<div id="bouton">
<input title="Identification" height="42" style="margin-left:90px;" type="image" src="css/images/login-btn.png" name="submit" id="login_admin"/></div>
<div id="admin">
<a href="index.php" title="">Page d'accueil</a>
</div>
</div>
</form>
</div>
</div>
</body>
</html>