62c28743
grouille
Suppression RPI +...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<div class="row">
<div class="col-6 col-md-6 offset-md-3 offset-3">
<br/>
<h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Suppression d'une Raspberry</h1>
<form action="removeRpi.php" method="post">
<table class="table table-striped table-bordered">
<tbody>
<tr>
<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>
</tr>
</tbody>
</table>
<input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Supprimer la Raspberry"/>
<br/>
</form>
</div>
</div>
|