blob: 5907327351f2de5f34b72050d1ed37caa9c6f8f9 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<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">
<center><img src="mail.png" alt="À finir"/></center>
</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>
<br/>
</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>
<br/>
<br/>
<footer>
<center>Un jeu par <a href="http://piernov.org">piernov</a><br/>Lui payer une bière ? <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4B4WWYAYE35WC">
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form></center>
</footer>
</body>
</html>
|