-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
47 lines (45 loc) · 1.71 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" href="style2.css">
</head>>
<body>
<div class="para">
<div class="tr">E-L<font color="orange" class="lib">I</font>B!</div>
<ul align="center">
<li><a href="mainpage.html" class="navanchor">Home</a></li>
<li><a href="about.html" class="navanchor">About</a></li>
<li>
<a href="genres.html" class="navanchor">Genres</a>
<ul class="dropdown">
<li><a href="books.html#target1" target="1" class="navanchor">Marketing</a></li>
<li><a href="books.html#target1" target="2" class="navanchor">Health</a></li>
<li><a href="books.html#target1" target="3" class="navanchor">Spiritual</a></li>
<li><a href="books.html#target1" target="4" class="navanchor">Romance</a></li>
<li><a href="books.html#target1" target="5" class="navanchor">Technology</a></li>
</ul>
</li>
</ul>
<button class="button" ></button>
</div>
<h1 align="center"><font face="futura" color="white"><b>CONTACT</b></font></h1>
<br><br><br>
<font face="futura" color="white"><p align="center">
ALWIN SEBASTIAN<br>
2019BCS0042<br>
Mobile No. 7838253445<br>
e-Mail : [email protected]<br>
alt e-mail: [email protected]
</p></font>
<div class="foot">
<ul class="footlist">
<li><a href=#>About</a></li>
<li><a href="tc.html">Terms And Condition</a></li>
<li><a href="pp.html">Privacy Policy</a></li>
<li><a href="contact.html"><font color="orange">Contact Us</font></a></li>
</ul>
<hr>
<p class="cpy">Copyright© 2019,E-LIB!<sup>tm</sup>. All rights reserved</p>
</div>
</body>
</html>