Blame view

site/network.php 368 Bytes
6bc9efaa   grouille   Test
1
2
3
4
  <?php
  include("head.php");
  include("header.php");
  ?>
1d132344   grouille   Test
5
  <div class="row">
1d132344   grouille   Test
6
7
  		<br/>
  		<br/>
b4ea45ca   grouille   Test
8
  		<img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/>
fafd2866   grouille   Test
9
  		<div id="multicouche">
22abd5c7   grouille   Test
10
11
  			<div id="coucheinf"><img src="img/empty.jpg" alt="empty" /></div>
  			<div id="couchesup"><img src="img/pi.png" alt="pi" /></div>
fafd2866   grouille   Test
12
  		</div>
1d132344   grouille   Test
13
14
  	</div>
  </div>