-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
54 lines (41 loc) · 1.46 KB
/
index.php
File metadata and controls
54 lines (41 loc) · 1.46 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
52
53
54
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="website sistem pakar">
<meta name="author" content="mr k">
<link rel="icon" href="image/icon.png">
<title>SISTEM PAKAR</title>
<!-- 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>
<?php
include("navbar.php")
?>
<main role="main">
<!-- Carousel -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
</ol>
<div class="carousel text-center">
<div class="posisi">
<h1>SISTEM PAKAR DIAGNOSA PENYAKIT POHON BUAH KURMA</h1>
<p>Diagnosa Penyakit Pohon Buah Kurma Berdasarkan Gejala Menggunakan Metode Forward Chaining</p>
<a type="button" class="btn btn-lg btn-info" href="mulaidiagnosis.php" data-toggle=" modal" data-whatever="@getbootstrap">Mulai</a>
</div>
</div>
<BR><BR>
<div class="footer">
<footer>
<h5>JURUSAN TEKNIK INFORMATIKA</h5>
<h5>SEKOLAH TINGGI MANAJEMEN INFORMATIKA DAN KOMPUTER</h5>
<h5>2023</h5>
</footer>
</div>
</body>
</html>