-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·83 lines (73 loc) · 3.25 KB
/
index.php
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php
include("config/config.php");
include("config/function.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Language" content="en-us">
<title>.: Your MLM Website :.</title>
<meta content=Panjianom name=Author>
<meta content="your keywords, your keywords here" name=Keywords>
<meta content="your description here." name=Description>
<meta http-equiv=robots content="index, follow">
<meta http-equiv=rating content=general>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="css/AdminLTE.css">
<link rel="stylesheet" type="text/css" href="css/skins/skin-blue.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body class="hold-transition skin-blue layout-top-nav">
<div class="wrapper">
<header class="main-header">
<a href="index.php" class="logo">
<span class="logo-lg"><b>Your IP: </b><?php //echo "$session_ip" ?></span><br />
<span class="logo-lg">Diperkenalkan: <b><?php //echo "$session_nama_sponsor" ?></b> | <b><?php //echo "$session_kota_sponsor" ?></b></span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
</nav>
</header>
<aside class="main-sidebar">
<section class="sidebar">
<?php include("includes/menu.php"); ?>
</section>
</aside>
<div class="content-wrapper">
<div class="container">
<section class="content-header">
<h1>
SELAMAT DATANG,
<small>DI WEBSITE DEMO UNTUK APLIKASI MLM</small>
</h1>
</section>
<section class="content">
<p style="margin-top: 0; margin-bottom: 0" align="justify"> </p>
<p style="margin-top: 0; margin-bottom: 0" align="justify"><b><font face="Verdana" style="font-size: 8pt">Pengunjung Yang terhormat ...</font></b></p>
<p style="margin-top: 0; margin-bottom: 0" align="justify"> </p>
<p style="margin-top: 0; margin-bottom: 0" align="justify"><font face="Verdana" style="font-size: 8pt">Pada website tempalate untuk aplikasi MLM ini anda bisa menjelajahi fitur-fitur yang kami tawarkan, memang walaupun sederhana tetapi kami yakin akan bisa membantu untuk mengembangkan jaringan Bisnis MLM anda secara Online.</font></p>
<p style="margin-top: 0; margin-bottom: 0" align="justify"> </p>
<p style="margin-top: 0; margin-bottom: 0" align="center">
</section>
</div>
</div>
<footer class="main-footer">
<div class="pull-right hidden-xs">
Anything you want
</div>
<strong>Copyright © 2016 <a href="#">Company</a>.</strong> All rights reserved.
</footer>
</div>
<!-- ./wrapper -->
<script src="plugins/jQuery/jquery-2.2.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/app.min.js"></script>
<!-- Optionally, you can add Slimscroll and FastClick plugins.
Both of these plugins are recommended to enhance the
user experience. Slimscroll is required when using the
fixed layout. -->
</body>
</html>