From 07793ced3f5d7aa3179833fdb7833609d2686363 Mon Sep 17 00:00:00 2001 From: henyxia Date: Fri, 27 Feb 2015 11:19:58 +0100 Subject: [PATCH] Contact page --- contact.php | 25 +++++++++++++++++++++++++ css/crep.css | 6 ++++++ index.php | 1 + 3 files changed, 32 insertions(+), 0 deletions(-) diff --git a/contact.php b/contact.php index e69de29..34aafb3 100755 --- a/contact.php +++ b/contact.php @@ -0,0 +1,25 @@ +
+

Contact

+

Pour toute information, vous pouvez contacter Mme Pichonnat

+
+  +
+

Comment y accéder ?

+

+

+

+
+ diff --git a/css/crep.css b/css/crep.css index 15fafc3..21512bc 100755 --- a/css/crep.css +++ b/css/crep.css @@ -67,3 +67,9 @@ body { height: 600px; } + +#map-canvas +{ + width: 600px; + height: 400px; +} diff --git a/index.php b/index.php index 7dad1eb..854491a 100755 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ require_once("creds.php"); + -- libgit2 0.21.2