-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContactUs.html
More file actions
34 lines (28 loc) · 1 KB
/
ContactUs.html
File metadata and controls
34 lines (28 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> MDESIGN Contact </title>
<link rel="stylesheet" href="style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
</head>
<body>
<div class="topnav">
<a href="NaviBar.html">Home</a>
<a href="Images.html">Images</a>
<a href="Design.html">Designs</a>
</div>
<p> If you ever have any queries, feel free to ask or email us on the following: </p>
<ul>
<li><a href="ContactINFO.html"><i class="fa fa-phone" aria-hidden="true"></i></a></li>
<li><a href="ContactINFO2.html"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="ContactINFO3.html"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
</ul>
<h4> Click the icon to view the information </h4>
<h6>
<a href="NaviBar.html">
<button> Back </button>
</a></h6>
</body>
</html>