Blame view

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