Commit 373ca6d8ac93f43069e25c84b11347ba3e02c8aa
1 parent
92ae7569
Test
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
site/network.php
... | ... | @@ -4,8 +4,10 @@ include("head.php"); |
4 | 4 | include("header.php"); |
5 | 5 | ?> |
6 | 6 | <div class="row"> |
7 | - <br/> | |
8 | - <br/> | |
9 | - <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> | |
10 | - </div> | |
7 | + <br/> | |
8 | + <br/> | |
9 | + <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> | |
10 | +</div> | |
11 | +<div class="row"> | |
12 | + <img src="img/empty.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> | |
11 | 13 | </div> | ... | ... |