blob: 01205ab7fc12b75925a2c8db0a2f148a426e6c3a (
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
54
55
56
57
58
59
60
61
62
63
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<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="icon" type="image/png" href="BlueMind.png" />
<link rel="icon" href="BlueMind.ico" />
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>BlueMind - Installation</title>
</head>
<body>
<!--<audio autoplay>
<source src="LA PANTHERE ROSE - SERIE TV.mp3" />
<source src="LA PANTHERE ROSE - SERIE TV.ogg" />
</audio>-->
<header>
<img src="Bannière blue mind.png" alt="Bannière BlueMind" />
</header>
<aside>
<nav>
<ul>
<li><a href="Accueil.html">Accueil</a></li>
<li><a href="Installation.html">Installation</a></li>
<li><a href="Règle du jeu.html">Règle du jeu</a></li>
<li><a href="Carnet de bord.html">Carnet de bord</a></li>
</ul>
</nav>
</aside>
<section>
<article>
<header>Android:</header><br/>
<p>Bientôt disponible sur le play store !
En attendant, téléchargez-le ici : <a href="../BlueMind/BlueMind-0.1.apk">BlueMind.apk</a> (Pensez à activer les sources inconnues dans les options developpeurs.)</p>
</article>
<article>
<header>Windows</header>
<p>
<ul>
<li><a href="../BlueMind/BlueMind-0.1-win32.zip">BlueMind-0.1-win32.zip</a></li>
<li><a href="../BlueMind/BlueMind-0.1-win64.zip">BlueMind-0.1-win64.zip</a></li>
</ul>
</p>
<article>
<header>Archive LÖVE</header>
<a href="../BlueMind/BlueMind-0.1.love">BlueMind-0.1.love</a>
</article>
</article>
<header>Sources:</header>
<p>Dépot git : <a href="http://git.piernov.org/Mastermind/">Chez piernov</a></p>
</article>
</section>
<footer>
<span>
Un jeu par <a href="http://piernov.org">piernov</a> et Roildan.
</span>
</footer>
</body>
</html>
|