blob: 3eb964ec5e2f6e4bd48aceb7418f067a2c4eb017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<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 - Installation</title>
</head>
<body>
<div id="bandeau">
Image qu'il faudra faire un jour
</div>
<br/>
<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>
</aside>
<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><header>Windows Phone:</header><br/>
Peut-être un jour.</p>
<p><header>iPhone/iPad:</header><br/>
Veuillez d'abord nous payer la license dev, et après on verra, bande de connards.</p>
<p><header>Sources:</header><br/>
Dépot git : <a href="http://git.piernov.org/MaiL%C3%96VE/">Chez piernov</a></p>
</section>
</body>
</html>
|