Commit 28dddf56 by Dodi Agustin Refansius Pakpahan
parents f3f2c3e4 d7a3f857
<?php
session_start();
session_destroy();
header("location:index.php");
?>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Picture Life</title>
<link rel="shortcut icon" href="images/inst.png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/myStyle.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/js.js"></script>
</head>
<?php
include_once('header.php');
?>
<?php
require_once(dirname(__FILE__ ).'/fungsi.php');
$profil = getProfil();
$query = mysql_query("SELECT * FROM profil WHERE id='1'");
$data = mysql_fetch_array($query);
?>
<table>
<tr>
<td><div class="gambar"><img src="<?php echo $data['gambar']; ?>"style="width:900px; padding-left:400px; padding-top:60px;"> </div></td>
</tr>
</table> <br><br>
<div class="profil"><center><p style="width:900px;" ><?php echo $data['konten']; ?> </p></div>
</body>
<footer class="footer">
<div class="icon">
<a href="https://facebook.com" target="_blank"><i class="fa fa-facebook" style="font-size: 20px;"></i></a>
<a href="https://instagram.com" target="_blank"><i class="fa fa-instagram" style="font-size: 20px;"></i></a>
<a href="https://twitter.com" target="_blank"><i class="fa fa-twitter" style="font-size: 20px;"></i></a>
<a href="https://gmail.com" target="_blank"><i class="fa fa-google-plus" style="font-size: 20px;"></i></a>
</div>
<p>BUKIT GIBEON</p>
<p>Sekolah Misi Interdenominasi Gereja</p>
<hr>
<p>Copyright &copy All Right Reserved - Kelompok PA1-1617-D3TI08 - 2016</p>
</footer>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment