You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.2 KiB
85 lines
1.2 KiB
<?php |
|
|
|
|
|
require 'config.php'; |
|
|
|
$title = 'Contribuer au développement – Juneland'; |
|
|
|
include 'templates/header.php'; |
|
?><article> |
|
|
|
<h1>Contribuer au développement de Juneland</h1> |
|
|
|
<h2>Défis en cours</h2> |
|
|
|
<table> |
|
<thead> |
|
<tr> |
|
<th>Récompense</th> |
|
<th>Défi</th> |
|
</tr> |
|
</thead> |
|
|
|
<tbody> |
|
<tr> |
|
<td class="nombre"> |
|
50 DU<sub>Ğ1</sub> |
|
</td> |
|
<td> |
|
Construire un aérodrome<br /> |
|
(quand un mod adéquat sera prêt) |
|
</td> |
|
</tr> |
|
<tr> |
|
<td class="nombre"> |
|
100 DU<sub>Ğ1</sub> |
|
</td> |
|
<td> |
|
Importer un mini monde de 100×100 |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
|
|
|
|
<h2>Défis relevés</h2> |
|
|
|
<table> |
|
<thead> |
|
<tr> |
|
<th>Récompense</th> |
|
<th>Défi</th> |
|
<th>Réalisé</th> |
|
</tr> |
|
</thead> |
|
|
|
<tbody> |
|
<tr> |
|
<td class="nombre"> |
|
50 DU<sub>Ğ1</sub> |
|
</td> |
|
<td> |
|
Construire un métro |
|
</td> |
|
<td> |
|
par tuxmain |
|
</td> |
|
</tr> |
|
<tr> |
|
<td class="nombre"> |
|
100 DU<sub>Ğ1</sub> |
|
</td> |
|
<td> |
|
Exporter ses messages <a href="https://scuttlebutt.nz">Scuttlebutt</a> depuis Juneland |
|
</td> |
|
<td> |
|
par Be1 |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
|
|
</article><?php |
|
|
|
include 'templates/footer.php'; |
|
|
|
|