Commit 4436ff81b0e74214c6a4f462fb036c56c7853153

Authored by root
1 parent 39579493

Site ok

Showing 2 changed files with 3 additions and 4 deletions   Show diff stats
site/addRaspberry.php
@@ -6,9 +6,8 @@ @@ -6,9 +6,8 @@
6 <table class="table table-striped table-bordered"> 6 <table class="table table-striped table-bordered">
7 <tbody> 7 <tbody>
8 <tr> 8 <tr>
9 - <td><label for="ip">Adresse IP : </label></td>  
10 - <td>172.26.145.</td>  
11 - <td><input type="text" id="ip" name="ip" /></td> 9 + <td><label for="ip">Adresse IP : 172.26.145. </label></td>
  10 + <td><input type="text" id="ip" name="ip" placeholder="114" size="3" minlength="3" maxlength="3"/></td>
12 </tr> 11 </tr>
13 </tbody> 12 </tbody>
14 </table> 13 </table>
@@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
2 <div class="col-6 col-md-6 offset-md-3 offset-3 logo"> 2 <div class="col-6 col-md-6 offset-md-3 offset-3 logo">
3 <br/> 3 <br/>
4 <br/> 4 <br/>
5 - <img src="img/font.png" alt="Logo du site" style="width: 100%; height: auto;"/> 5 + <img src="img/font.png" alt="Logo du site" style="width: 100%; height: auto; margin-top: 60px;"/>
6 </div> 6 </div>
7 </div> 7 </div>