-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
39 lines (30 loc) · 997 Bytes
/
about.php
File metadata and controls
39 lines (30 loc) · 997 Bytes
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>
<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")
?>
<BR><BR>
<div class="about-us">
<footer>
<h5>KELOMPOK KRIPTOGRAFI</h5>
<h5>Anggelina R. Karolina (C2055201048)</h5>
<h5>Arif Rahman (C2055201069)</h5>
<h5>Willyanto Nadelaku (C2055201071)</h5>
</footer>
</div>
</body>
</html>