Add thumbnails in index page
This commit is contained in:
parent
3844e4c59e
commit
e01dedb6f2
1 changed files with 3 additions and 5 deletions
|
@ -14,11 +14,9 @@
|
|||
<p>
|
||||
Découvrez les magnifiques moquettes du Cecolyon avec notre série de jeux interactifs !
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="jeux/signal.html">Signal</a></li>
|
||||
<li><a href="jeux/camel.html">Camel</a></li>
|
||||
<li><a href="jeux/nature.html">Urbain Nature</a></li>
|
||||
</ul>
|
||||
<a href="jeux/signal.html"><img src="jeux/images/signal.jpg" width="315" height="323" alt="Signal"></a>
|
||||
<a href="jeux/camel.html"><img src="jeux/images/camel.jpg" width="315" height="323" alt="Camel"></a>
|
||||
<a href="jeux/nature.html"><img src="jeux/images/nature.jpg" width="315" height="323" alt="Nature"></a>
|
||||
</main>
|
||||
<footer>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue