-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
31 lines (22 loc) · 867 Bytes
/
about.php
File metadata and controls
31 lines (22 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
$title ="Sobre Mi | ";
include "head.php";
include "sidebar.php";
?>
<div class="right_col" role="main"> <!-- page content -->
<div class="">
<div class="page-title">
<br>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1>Acerca del autor</h1>
<p>Franco Ovalle M.</p>
<br><br>
<h2>TICKET - <small>Sistema de Tickets de Soporte</small></h2>
<p>TICKET es un sistema de Tickets de soporte informatico para la delegacion provincial del biobio.</p>
</div>
</div>
</div>
</div>
</div><!-- /page content -->
<?php include "footer.php" ?>