<?php
include $_SERVER[DOCUMENT_ROOT] . "/data/config.php";
include $_SERVER[DOCUMENT_ROOT] . "/data/conn.php";
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="keywords" content="<?php echo $keywords; ?>">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/template/style.css">
<style>
article{
border-radius: 10px;
}
</style>
</head>
<body>
<?php include $_SERVER[DOCUMENT_ROOT] . "/template/header.php"; ?>
<?php include "content.php"; ?>
<?php include $_SERVER[DOCUMENT_ROOT] . "/template/footer.php"; ?>
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>