Commit eae10824b663f90b736874611df1bed830651678

Authored by grouille
1 parent b7631bd6

Affichage du réseau

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
site/network.php
... ... @@ -9,7 +9,8 @@ $raspberrys = getRaspberrys();
9 9 <div class="row">
10 10 <div class="col-4 col-md-4 offset-md-4 offset-4">
11 11 <br/>
12   - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-network-wired"></i> Le réseau</h1>
  12 + <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-project-diagram"></i> Le réseau</h1>
  13 + <img src="img/computer.png" alt="Ordinateur" style="width:100%; height:auto;">
13 14 <?php
14 15 foreach($raspberrys as $raspberry)
15 16 {
... ... @@ -46,6 +47,7 @@ $raspberrys = getRaspberrys();
46 47 ?>
47 48 </tbody>
48 49 </table>
  50 + <img src="img/empty.png" alt="Ordinateur" style="width:100%; height:auto;">
49 51 <?php
50 52 }
51 53 ?>
... ...