blob: c030944a9dab1e78e1531d45c29fbc3a366612d3 (
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
|
<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 - Aide</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>
</section>
<footer>
<center>Un jeu par <a href="http://piernov.org">piernov</a></center>
</footer>
</body>
</html>
|