-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
86 lines (63 loc) · 2 KB
/
contact.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title> UZIMA Hospital </title>
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="top">
<div>
Contact Us: +254798750550 /[email protected]
</div>
</div>
<div class="logo">
<div>
<table>
<tr>
<td width="600px" style="font-size:50px;font-family:forte;"> <font color="#428bca"> UZIMA </font><font color="#000"> Hospital</font> </td>
<td> <br> <br>
<font size="4px">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="service.html">SERVICE</a>
<a href="doctor.html">DOCTORS</a>
<a href="contact.html">CONTACT US</a>
<a href="colorGame.html"><font color="red" >M-R Game</a>
</font>
</td>
</tr>
</table>
</div>
</div>
<div class="bottom">
<div>
<table border="0">
<tr>
<td width="700px">
<font color="#000">------------ </font> <br> <br>
<font color="#000" size="6px"> CONTACT US </font> <br> <br>
UZIMA Hospital & Research Center
<br>
<br>
Mob : <a href="tel:+254798750550" onclick="ga('send', 'event', { eventCategory: 'Contact', eventAction: 'Call', eventLabel: 'Mobile Button'});"><p class="call-button">+254798750550</p></a>
<br>
<br>
Email : <a href="mailto:[email protected]">[email protected]</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<br>
<a href="https://twitter.com/Felixw_001" class="twitter-follow-button" data-show-count="false">Follow @Twitter</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br>
<br>
<br>
</td>
<td style="padding-left:20px;"> </td>
</tr>
</table>
</div>
</div>
<div class="nav_down">
<div>
© UZIMA Hospital, site designed & developed by felix wanjala BIT/2019/87777
</div>
</div>