
PK 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/Favicon.png" type="image/x-icon">
<title>Mann Heating and Cooling Services in Brampton Canada</title>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/timer.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<body class="bg-success" >
<!-- Carousel -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<div class="carousel-inner">
<div class= "container timer">
<div id="home" class= "logo text-center">
<h1>One Stop Solutions</h1>
<p> </p>
<p> </p>
</div>
<div class= "main-text text-center">
<h2 class="top-text"><img src="img/logo.png" alt=""/></h2>
<h2 class="top-text"> </h2>
<h2 class="btn-danger">Website Under Construction</h2>
<p> </p>
<p> </p>
<h2 class="sub-text">We Are Coming Soon....</h2>
</div><!-- end of timer-circle -->
</div><!-- end of timer -->
<div class="item active">
<img src="img/season-change.jpg" alt="First slide">
</div>
</div>
</div>
</body>
</html>


PK 99