project done before

This commit is contained in:
kicap1992
2021-06-23 16:57:23 +08:00
commit 15fa0dcc92
1144 changed files with 252494 additions and 0 deletions

View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<?php $this->load->view('admin/head') ?>
<body class="">
<div class="wrapper ">
<?php $this->load->view('admin/sidebar') ?>
<div class="main-panel">
<?php $this->load->view('admin/navbar') ?>
<div class="content">
<?php $this->load->view('admin/atas') ?>
<!-- sini letak main -->
<!-- sini akhir letak main -->
</div>
<?php $this->load->view('admin/footer') ?>
</div>
</div>
<?php $this->load->view('admin/script') ?>
<!-- bawah sini letak js tambahan -->
</body>
</html>