blob: 5fdae94df62c55f6b4b28c30649014fb15bc6017 (
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
|
<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>
<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>
<p><titre>Android:</titre><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/>
Peut-être un jour.</p>
<p><titre>iPhone/iPad:</titre><br/>
Veuillez d'abord nous payer la license dev, et après on verra, bande de connards.</p>
<p><titre>Sources:</titre><br/>
Dépot git : <a href="http://git.piernov.org/MaiL%C3%96VE/">Chez piernov</a></p>
</article>
</body>
</html>
|