-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
65 lines (48 loc) · 1.08 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
<html>
<head>
<title>WorldFestive.com - Festivals around the world!</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">
<img height="20%" width="10%" src="images/logo.jpg"
<ul class="link">
<li><a href="index.html">Home<br><br></a></li>
</ul>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<font size="2px">
<ul class="link">
<li><a href="Europe.html">Europe<br><br></a></li>
<li><a href="Asia.html">Asia<br><br></a></li>
<li><a href="SouthAmerica.html">South<br>America</a></li>
<li><a href="Africa.html">Africa<br><br></a></li>
<li><a href="Australia.html">Australia<br><br></a></li>
</ul>
</font>
</div>
<br>
<br>
<br>
<font size="3px">
<br>
<br>
<br>
<br>
</font>
<font size="4px">
<h1 >Contact Us</h1>
<p>You can reach out to us:<br>
Phone: +92333-3000676<br>
Email: [email protected] <br>
Email: [email protected] <br>
Address: DG-78, Off Khayaban-e-Tufail, Ph-VII (Ext.),DHA, Karachi-75500 <br>
</p>
</div>
</body>
</html>