fb84723e
Guillaume
MAJ site ajout Rpi
|
1
|
<div class="row">
|
c8145c21
Guillaume
MAJ site ajout Rpi
|
2
|
<div class="col-6 col-md-6 offset-md-3 offset-3">
|
fb84723e
Guillaume
MAJ site ajout Rpi
|
3
|
<br/>
|
39579493
root
MAJ Site
|
4
|
<h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'une Raspberry</h1>
|
fb84723e
Guillaume
MAJ site ajout Rpi
|
5
6
7
8
|
<form action="addRpi.php" method="post">
<table class="table table-striped table-bordered">
<tbody>
<tr>
|
4436ff81
root
Site ok
|
9
10
|
<td><label for="ip">Adresse IP : 172.26.145. </label></td>
<td><input type="text" id="ip" name="ip" placeholder="114" size="3" minlength="3" maxlength="3"/></td>
|
fb84723e
Guillaume
MAJ site ajout Rpi
|
11
12
13
14
15
16
17
18
|
</tr>
</tbody>
</table>
<input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter la Raspberry"/>
<br/>
</form>
</div>
</div>
|