diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2011-01-22 10:52:39 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2011-01-22 10:52:39 +0000 |
commit | b54487ae821da5e7574bf2135b90d0669b30b181 (patch) | |
tree | 80aa6229d2a0fbb3e03454043158d1746cc193d2 /app/v1_php/index.html | |
parent | 190b6eff45149c373786669ca4455e52692ab2c4 (diff) | |
download | 2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.tar.gz 2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.tar.bz2 2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.zip |
Ajout du code fait par ludo dans le métro pour commencer à vraiment intégrer les specs
git-svn-id: file:///var/svn/2011-usi/trunk@6 db941bf7-0cb3-4dda-9634-87faf64f93a7
Diffstat (limited to 'app/v1_php/index.html')
-rw-r--r-- | app/v1_php/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/v1_php/index.html b/app/v1_php/index.html new file mode 100644 index 0000000..1c70d95 --- /dev/null +++ b/app/v1_php/index.html @@ -0,0 +1,4 @@ +<html><body><h1>It works!</h1> +<p>This is the default web page for this server.</p> +<p>The web server software is running but no content has been added, yet.</p> +</body></html> |