-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpenyakit.html
More file actions
56 lines (45 loc) · 1.19 KB
/
Copy pathpenyakit.html
File metadata and controls
56 lines (45 loc) · 1.19 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
55
56
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/penyakit.css">
<script src="https://kit.fontawesome.com/4814c1385c.js" crossorigin="anonymous"></script>
<title>Penyakit</title>
</head>
<body>
<div class="logo">
<img src="C:\Users\Ananda\Documents\RPL\logo.png" alt="logo" class="logo1">
</div>
<div class="main">
<div class="btn-group">
<button type="button" class="btn btn-default">Beranda</button>
<button type="button" class="btn btn-default">Saran</button>
<button type="button" class="btn btn-default"><i class="far fa-user"></i>Profile</button>
</div>
<div class="search-box">
<input class="search-txt" type="text" name="" placeholder="Search">
<a class="search-btn" href="#"><i class="fas fa-search"></i></a>
</div>
<div class="penyakit-header">
<h2>List penyakit :</h2>
</div>
<div class="list-penyakit">
<div class="list">
<ul>
<li>
<span class="name">Jantung</span>
</li>
<li>
<span class="name">Jantung</span>
</li>
<li>
<span class="name">Jantung</span>
</li>
<li>
<span class="name">Jantung</span>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>