forked from mohammedyusuf380/blog-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
34 lines (31 loc) · 808 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link href="style2.css" rel="stylesheet">
</head>
<body>
<h1>Contact Information</h1>
<div class="box">
<div class="in-box" style="font-size:30px">
<span>
Mobile_Number: 1234567890
</span><br>
<span>
Mail_id: [email protected]
</span>
<br>
<br>
Address:<br>
<span>
<address>
Jalandhar - Delhi, Grand Trunk Rd, Phagwara, Punjab 144001
Lovely Professional University, address
</address>
</span>
<br>
<a href="./main.html"><button>Back</button></a>
</div>
</div>
</body>
</html>