-
Notifications
You must be signed in to change notification settings - Fork 0
/
newsr.php
executable file
·31 lines (31 loc) · 997 Bytes
/
newsr.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>YEEPr</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="styles.css" type="text/css" charset="utf-8" />
</head>
<body>
<center>
<div id="toolbar">
<a href="../yeep/"><img
style="border: 0px solid ; width: 372px; height: 210px;" alt=""
src="index.php"></a>
</div>
</center>
<center>
<div id="content">
<p>Vous seul connaissez le mot de passe de votre acces redacteur</p>
<p><em>Veuillez entrer le mot de passe pour acceder au systeme</em></p>
<form action="home.php" method="post">
<p>
<input type="password" name="mot_de_passe" />
<input type="submit" value="Valider" />
</p>
</form>
<p>Initialement cree par William CLEMENT.</p>
<p>(L) Summiz</p>
</div>
</center>
</body>
</html>