-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbody.php
More file actions
51 lines (31 loc) · 1.23 KB
/
body.php
File metadata and controls
51 lines (31 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
50
51
<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<link href="Style.css" rel="stylesheet">
</head>
<body class="fix-header fix-sidebar">
<!-- Preloader - style you can find in spinners.css -->
<br><br><br>
<!-- Left Sidebar -->
<!-- Sidebar scroll-->
<!-- Sidebar navigation-->
<nav class="sidebar-nav">
<ul id="sidebarnav">
</span>
<div class="tbles">
<li> <a href="gejala-edit.php"><i class="fa fa-edit"></i><span class="hide-menu">Gejala</span></a></li>
<li> <a href="solusi-edit.php"><i class="fa fa-edit"></i><span class="hide-menu">Solusi</span></a></li>
<li> <a href="rule-edit.php"><i class="fa fa-table"></i><span class="hide-menu">Rules</span></a></li>
<li> <a href="admin-edit.php"><i class="fa fa-wrench"></i><span class="hide-menu">Admin</span></a></li>
</div>
</ul>
</li>
</ul>
</nav>
<div class="page-wrapper">