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