-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
25 lines (25 loc) · 1.11 KB
/
about.php
File metadata and controls
25 lines (25 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OuiSkin -- About</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="_/css/bootstrap.css" rel="stylesheet">
<link href="_/css/mystyles.css" rel="stylesheet">
</head>
<body id="about">
<section class = "container">
<div class="content row">
<?php include "_/components/php/header.php"; ?>
<section class = "main col col-lg-12">
<?php include "_/components/php/about-thumbnail.php"; ?>
</section><!--main-->
<?php include "_/components/php/footer.php"; ?>
</div><!-- content-->
</section><!-- container-->
<script src="_/js/bootstrap.js"></script>
<script src="_/js/myscript.js"></script>
</body>
</html>