mockups: add text to connection page.

This commit is contained in:
Mikaël Ates 2012-09-13 16:01:45 +02:00
parent a8eb10faff
commit 4ca0125554
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<html lang="fr">
<head>
<meta charset="utf-8"/>
<title>APS42 — Connexion</title>
<title>Association Prévention Soins — Connexion</title>
<link rel="stylesheet" type="text/css" media="all" href="css/style.css"/>
</head>
<body>
@ -10,7 +10,7 @@
<body>
<div id="wrap">
<div id="header">
<h1>APS 42</h1>
<h1>Association Prévention Soins</h1>
<span></span>
</div>
@ -19,7 +19,7 @@
<div id="content">
<p>
Bienvenue, etc.
Bienvenue sur le logiciel de gestion de l'Association Prévention Soins.
</p>
<h2>Connexion</h2>
@ -37,14 +37,14 @@
<input type="submit" value="Se connecter" class="submit" />
</form>
<div class="login-actions">
<!--<div class="login-actions">
<p>→ Problème technique ? <a href="#">Contactez l'administrateur</a></p>
</div>
</div>-->
</div>
<div id="footer">
Logiciel Calebasse - Copyright &copy; 2012 Entr'ouvert
</div>
</div>
</body>