Add "Software" chapter, move to minted

This commit is contained in:
2012-09-17 19:43:24 +02:00
parent 59412a3f55
commit d39e5166d5
9 changed files with 226 additions and 143 deletions

View File

@ -64,10 +64,18 @@
<div id='home'>
<h1>Station Météo</h1>
<table>
<tr><th>Temps</th><th>T [°C]</th><th>P [Pa]</th><th>Alt [m]</th><th>Hr [%]</th><th>Lx [lux]</th></tr>
<tr><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr>
<th>Temps</th><th>T [°C]</th><th>P [Pa]</th><th>Alt
[m]</th><th>Hr [%]</th><th>Lx [lux]</th>
</tr>
<tr>
<td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td>
</tr>
</table>
<p><label>Intervale de mise à jour (en secondes) : </label><input id='interval' type='number' value=2 /></p>
<p>
<label>Intervale de mise à jour (en secondes) : </label>
<input id='interval' type='number' value=2 />
</p>
</div>
<div id='footer'>
par Nathanaël Restori