commit 9019b577570f843fd1f8b6e67f1e2da267545719 parent e1b0ac4220746a4661d5e6d12ec5565e757ce4b1 Author: Yoann Bonavero <yoann.b87@voila.fr> Date: Thu, 17 Feb 2011 10:48:19 +0100 Squeulette html de la page index.php du site Web. Diffstat:
| M | code/serveur/php/index.php | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/code/serveur/php/index.php b/code/serveur/php/index.php @@ -0,0 +1,11 @@ +<!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> + <link rel="stylesheet" href="simple.css" /> + </head> + <body> + + </body> +</html>