Commit 7b7509554003f4580f6c4736694af1276808829b
1 parent
581d8ca3
Test
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
site/network.php
@@ -4,8 +4,8 @@ | @@ -4,8 +4,8 @@ | ||
4 | <br/> | 4 | <br/> |
5 | <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> | 5 | <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> |
6 | <div id="multicouche"> | 6 | <div id="multicouche"> |
7 | - <div id="coucheinf"><img src="img/empty.jpg" alt="empty" /></div> | ||
8 | - <div id="couchesup"><img src="img/pi.png" alt="pi" /></div> | 7 | + <img id="coucheinf" src="img/empty.jpg" alt="empty" /> |
8 | + <img id="couchesup" src="img/pi.png" alt="pi" /> | ||
9 | </div> | 9 | </div> |
10 | </div> | 10 | </div> |
11 | </div> | 11 | </div> |