network.php 332 Bytes
<?php
session_start();
include("head.php");
include("header.php");
?>
<div class="row">
		<br/>
		<br/>
		<img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/>
		<img src="img/empty.jpg" alt="empty" style="width: 100%; height: auto;" />
		<img src="img/pi.png" alt="pi" />
	</div>
</div>