-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml2.html
More file actions
45 lines (35 loc) · 1.87 KB
/
Copy pathhtml2.html
File metadata and controls
45 lines (35 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<link rel='shortcut icon'
type='image/x-icon'
href='/favicon.icon' />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>ONLINE INSURANCE MANAGEMENT SYSTEM</title>
<meta name="description" content="A Simple Solution to enable Tracking in your Existing Website.">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link href="css/button.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #CCCCCC}
body {
background-color: #0a2f5b;
padding: 4px;
}
</style>
</head>
<body>
<table>
<tr>
<td ><strong><a class="button" href="house.php" target="_self"><font face="euphemia">HOME INSURANCE</FONT></a></strong></td>
<td ><strong><a class="button" href="personal.php" target="_self"><font face="euphemia">PERSONAL INSURANCE</FONT></a> </strong></td>
<td ><strong><a class="button" href="group.php" target="_self"><font face="euphemia">GROUP INSURANCE</FONT></a></strong></td>
<td ><strong><a class="button" href="education.php" target="_self"><font face="euphemia">EDUCATION INSURANCE</font></a></strong></td>
<td ><strong><A class="button" HREF="travel.php" TARGET="_SELF"><FONT FACE="EUPHEMIA">TRAVEL INSURANCE</FONT></A></strong></td>
<td ><strong><A class="button" HREF="retirement.php" TARGET="_SELF"><FONT FACE="EUPHEMIA">RETIREMENT INSURANCE</FONT></A></strong></td>
<td ><strong><A class="button" HREF="contactform.php" TARGET="_SELF"><FONT FACE="EUPHEMIA">CONTACT US</FONT></A></strong></td>
<td><strong><a class="button" href="about_us.php" target="_self"><font face="euphemia">ABOUT US</font></a></strong></td>
</tr>
</table>
</body>
</html>