-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathindex.php
23 lines (21 loc) · 760 Bytes
/
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
<?php
$title = "Sistem Informasi Geografis Jasa Web";
include_once "header.php"; ?>
<div class="row">
<div class="col-md-12">
<div class="panel panel-info panel-dashboard">
<div class="panel-heading centered">
<h2 class="panel-title"><strong> - Welcome Message - </strong></h2>
</div>
<div class="panel-body">
<div class="centered">
<h4>Selamat Datang di Sistem Informasi Geografis Penyedia Jasa Web di Indonesia.</h4>
<h4>Silakan memilih menu diatas untuk melanjutkan.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include_once "footer.php"; ?>