-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
39 lines (29 loc) · 1.11 KB
/
index.php
File metadata and controls
39 lines (29 loc) · 1.11 KB
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
<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Admin Apps</title>
<?php include_once 'dist/assets/kumpulancss.php'; ?>
</head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<!-- Navbar -->
<?php include_once 'views/components/navbar.php'; ?>
<!-- /.navbar -->
<!-- Main Sidebar Container -->
<?php include_once 'views/components/sidebar.php'; ?>
<!-- Content Wrapper. Contains page content -->
<?php include_once 'views/components/content-wrapper.php'; ?>
<!-- /.content-wrapper -->
<!-- Main Footer -->
<?php include_once 'views/components/footer.php'; ?>
</div>
<!-- ./wrapper -->
<?php include_once 'dist/assets/kumpulanjs.php'; ?>
</body>
</html>