<?php include("../connection.php"); ?>
<?php $text='Planet Pulse'; ?>
<!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.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/png" sizes="32x32" href="src/img/favicon-32x32.png">
<title><?php echo $text; ?></title>
<!-- Bootstrap -->
<!-- Bootstrap -->
<link href="src/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<link href="src/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,700' rel='stylesheet' type='text/css'>
<link href="src/js/epoch/epoch.min.css" rel="stylesheet" type="text/css">
<link href="src/css/sugarrush.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="animsition">
<!-- start of LOGO CONTAINER -->
<div id="logo-container"> <a href="dashboard.php" id="logo-img"><h2 style="color:#bd5151;"><?php echo ' Planet Pulse'; ?></h2></a> </div>
<!-- end of LOGO CONTAINER -->
<!-- - - - - - - - - - - - - -->
<!-- start of SIDEBAR -->
<!-- - - - - - - - - - - - - -->