-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatihan.html
More file actions
40 lines (34 loc) · 1.27 KB
/
latihan.html
File metadata and controls
40 lines (34 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
</head>
<body background="grback.png">
<table style="border: 0;border-collapse: collapse;border-spacing: 0">
<tr bgcolor="#292D36" align="center">
<a href="">HAIHAI</a>
<td width="400" height="50"><a href=""><font color="#A9A5A0"><b>NEWS</b></font></td></a>
<td width="400" height="50"><font color="#A9A5A0"><b>DOWNLOAD</b></font></td>
<td width="400" height="50"><font color="#A9A5A0"><b>HOME</b></font></td>
<td width="400" height="50"><font color="#A9A5A0"><b>FORUM</b></font></td>
<td width="400" height="50"><font color="#A9A5A0"><b>LOGIN</b></font></td>
</tr>
<tr>
<td colspan="5" align="center">
<a href="https://aov.garena.co.id"><img src="aov.png" height="100"></a>
</td>
</tr>
</table>
DAFTAR MAKANAN :
<ol type="a">
<li>Mendoan</li>
<li>Bakwan</li>
<li>Soto</li>
</ol>
DAFTAR MINUMAN :
<ul type="square">
<li>Es teh</li>
<li>Es kopi</li>
<li>Es tarik</li>
</ul>
</body>
</html>