diff options
author | Fallstar <fallstar@live.fr> | 2014-03-16 00:31:49 +0100 |
---|---|---|
committer | Fallstar <fallstar@live.fr> | 2014-03-16 00:31:49 +0100 |
commit | 3530ae568739c75bce1cb636d211ccb0e73981fe (patch) | |
tree | 6d0af3f935a298ccbf342d226114f4c191f8a538 /aide.html | |
parent | 7c099a45d074c2b11e741bdf5d4a55d6fa78344d (diff) | |
download | mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.gz mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.bz2 mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.xz mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.zip |
Ajout de ta couleur + aide
Diffstat (limited to 'aide.html')
-rw-r--r-- | aide.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/aide.html b/aide.html new file mode 100644 index 0000000..f4cc877 --- /dev/null +++ b/aide.html @@ -0,0 +1,37 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> + <head> + <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"> + <link rel="stylesheet" type="text/css" href="style.css"> + <title>MaiLÖVE - Aide</title> + </head> + <body> + + <header> + Image + </header> + <br/> + + <div id="sidebar"> + <div id="menu"> + <a href="index.html">Accueil</a><br/> + <a href="installation.html">Installation</a><br/> + <a href="aide.html">Aide</a><br/> + </div> + <br/> + <div id="screenshots"> + Images IG + </div> + </div> + + <article> + + </article> + + + + <footer> + <center>Un jeu par <a href="http://piernov.org">piernov</a></center> + </footer> + + </body> +</html> |