addRaspberry.php
702 Bytes
<div class="row">
<div class="col-6 col-md-6 offset-md-3 offset-3">
<br/>
<h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'une Raspberry</h1>
<form action="addRpi.php" method="post">
<table class="table table-striped table-bordered">
<tbody>
<tr>
<td><label for="ip">Adresse IP : </label></td>
<td>172.26.145.</td>
<td><input type="text" id="ip" name="ip" /></td>
</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>