Small fix of indentation of index.html
This commit is contained in:
parent
e616d0de04
commit
59412a3f55
@ -63,8 +63,10 @@
|
||||
<body>
|
||||
<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></table>
|
||||
<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>
|
||||
</table>
|
||||
<p><label>Intervale de mise à jour (en secondes) : </label><input id='interval' type='number' value=2 /></p>
|
||||
</div>
|
||||
<div id='footer'>
|
||||
|
Loading…
Reference in New Issue
Block a user