-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhabil.html
More file actions
44 lines (36 loc) · 1.09 KB
/
habil.html
File metadata and controls
44 lines (36 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RANU</title>
<link rel="stylesheet"href="style.css">
</head>
<body>
<div class="card">
<img src="habil.jpg" alt="poto propil">
<h2>KARTU MEMBER</h2>
<table>
<tr>
<td>Nama:</td>
<td>Muhammad Habil Yunan</td>
</tr>
<tr>
<td>Alamat:</td>
<td>Lamongan</td>
</tr>
<tr>
<td>Lahir:</td>
<td>23 juli 2008</td>
</tr>
</table>
<div class="sosmed">
<a class="ig" href="https://www.tiktok.com/@hbilllll23?is_from_webapp=1&sender_device=pc"><img src="logtt.png"></a>
<a class="ig" href="https://www.instagram.com/ranudeliar?igsh=bTlmb2NnZTdzeXkw"><img src="logig.png"></a>
</div>
</div>
<div class="kembali">
<a href="hal.html">back</a>
</div>
</body>
</html>