Blame view

site/network.php 329 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">
373ca6d8   grouille   Test
7
8
9
10
11
12
  	<br/>
  	<br/>
  	<img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/>
  </div>
  <div class="row">
  	<img src="img/empty.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/>
1d132344   grouille   Test
13
  </div>