summaryrefslogtreecommitdiffstats
path: root/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'installation.html')
-rw-r--r--installation.html34
1 files changed, 18 insertions, 16 deletions
diff --git a/installation.html b/installation.html
index 5fdae94..3eb964e 100644
--- a/installation.html
+++ b/installation.html
@@ -5,34 +5,36 @@
<title>MaiLÖVE - Installation</title>
</head>
<body>
- <header>
- Image
- </header>
+ <div id="bandeau">
+ Image qu'il faudra faire un jour
+ </div>
<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>
+ <aside>
+ <nav>
+ <ul>
+ <li><a href="index.html">Accueil</a></li>
+ <li><a href="installation.html">Installation</a></li>
+ <li><a href="aide.html">Aide</a></li>
+ </ul>
+ </nav>
<br/>
<div id="screenshots">
Images IG
</div>
- </div>
+ </aside>
- <article>
- <p><titre>Android:</titre><br/>
+ <section>
+ <p><header>Android:</header><br/>
Bientôt disponible sur le play store !<br/>
En attendant, téléchargez le ici : <a style="color:red" href="mailove.apk">mailove.apk</a> (Pensez à activer les sources inconnues dans les options developpeurs.)</p>
- <p><titre>Windows Phone:</titre><br/>
+ <p><header>Windows Phone:</header><br/>
Peut-être un jour.</p>
- <p><titre>iPhone/iPad:</titre><br/>
+ <p><header>iPhone/iPad:</header><br/>
Veuillez d'abord nous payer la license dev, et après on verra, bande de connards.</p>
- <p><titre>Sources:</titre><br/>
+ <p><header>Sources:</header><br/>
Dépot git : <a href="http://git.piernov.org/MaiL%C3%96VE/">Chez piernov</a></p>
- </article>
+ </section>
</body>
</html>