-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIndex.html
More file actions
37 lines (37 loc) · 861 Bytes
/
Index.html
File metadata and controls
37 lines (37 loc) · 861 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
<DOCTYPE html>
<html>
<head>
<title> BANGSA JOHOR </title>
<style type="text/css">
body {
background-color: #F00;
}
body,td,th {
font-family: "Comic Sans MS", cursive;
}
</style>
</head>
<body>
<table width="200" border="0" align="center">
<tr>
<td><img src="banner_johor.jpg" width="720" height= "300"> </td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">Allah
Peliharakan Sultan<br />
<p>'Nugerahkan dia<br />
segala kehormatan<br />
sihat dan ria<br />
kekal dan makmur<br />
luaskan kuasa<br />
naungkan kami<br />
rakyat dipimpini<br />
berzaman lagi<br />
dengan merdeka bersatu hati<br />
Allah berkati Johor<br />
</p>
Allah selamatkan Sultan.</td>
</tr>
</table>
</body>
</html>