-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
29 lines (26 loc) · 854 Bytes
/
contact.html
File metadata and controls
29 lines (26 loc) · 854 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./../css/contact.css">
</head>
<body>
<div class="head">
Contact to know more:
<img src="./../icons/call.gif" alt="call-us">CALL US
<img src="./../icons/mail.gif" alt="mail-us">EMAIL NOW
<img src="./../icons/enquire.png" alt="enquire-now">ENQUIRE NOW
</div>
<div class="side-bar">
<a href="./../index.html">♦Home</a>
<a href="./../pages/exam.html">♦Examination</a>
<a href="./../pages/faq.html">♦Information and Guidelines</a>
<a href="./../pages/form.html">♦Forms and Downloads</a>
</div>
<div class="add">
<h1>Address:</h1>
Address for enquiries and complaints:
9674 Northwest Hwy #101, Suite 101
Portland, OR 97223 USA
</div>
</body>
</html>