-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontact-us.html
More file actions
36 lines (33 loc) · 886 Bytes
/
contact-us.html
File metadata and controls
36 lines (33 loc) · 886 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
30
31
32
33
34
35
36
<html>
<title>
Contact US
</title>
<head>
<p style="float: left;">
<font size="25">
<a href="index.html" style="text-decoration: none; color:Blue">LPU</a></font>
</p>
<p style="float: right;">
<font>
<a href="index.html" style="text-decoration: none; color:black">Home</a> |
<a href="login.html" style="text-decoration: none; color:black">Login</a> |
<a href="gallery.html" style="text-decoration:none; color:black ">Gallery</a>
</p>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<p align="middle">
Phone Number:- 1800 102 4431<br><br>
Email id:- info@lpu.co.in
</p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<p>
<hr border="9" color="white">
</p>
</font>
</body>
</html>