-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
33 lines (33 loc) · 1.16 KB
/
contacts.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
<!DOCTYPE html>
<html>
<head>
<title>MUKASA RODNEY DIT/24D/U/A0213 </title>
</head>
<body bgcolor="#ffbf00">
<h1><img src="mtn logo.jpg" width="50" height="auto"> MTN</h1>
<center>
<h>
<a href="index.html" target="_self">HOME</a>|
<a href="about.html" target="_self">ABOUT US</a>|
<a href="promotions.html" target="_self">PROMOTIONS</a>|
<a href="contacts.html" target="_self">CONTACT US</a>|
<a href="gallary.html" target="_self">GALLARY</a>
</h>
<p>
<h><b>Customer Service</b></h>
<p>
Toll Free : 100<br>
Contact : 0771001000
</p>
<h><b>General inquiries</b></h>
<p><a href="[email protected]">[email protected]</a></p>
<h><b>Chat On Whatsapp</b></h>
<p>+256772123100</p>
<h><b>Physical Address</b></h>
<p>
<address>Plot 69-71 Jinja Road; kampala, Uganda</address>
</p>
</p>
</center>
</body>
</html>