-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (24 loc) · 753 Bytes
/
contact.html
File metadata and controls
25 lines (24 loc) · 753 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact</title>
<link href="public/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="public/css/style.css" rel="stylesheet" type="text/css">
<script src="public/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="public/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body class="featu">
<div class="contact-body">
<center><h1>CONTACT US</h1></center>
<div>
<h3>Mob:7736409656</h3>
<h3>Email:automech@gmail.com</h3>
<img src="public/images/fb.svg">
<img src="public/images/twitterlogo.png">
<img src="public/images/instalogo.png">
</div>
</div>
</body>
</html>