-
Notifications
You must be signed in to change notification settings - Fork 0
/
profix25_services.html
47 lines (34 loc) · 1.35 KB
/
profix25_services.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
<!doctype html>
<html>
<head>
</head>
<body>
<h1>Profix</h1> <!--this is the logo of profix -->
<ul class="links"> <!--Following is the list of links-->
<li><a href="profix25_home.html">Home</a></li>
<li><a href="profix25_services.html">Services</a></li>
<li><a href="profix25_E-Savings.html">E-Saving</a></li>
<li><a href="profix25_t&c.html">T & C</a></li>
<li><a href="profix25_contact.html">Contact Us</a></li>
</ul>
<h1>Our Services</h1>
<p>We works according to demand of the students</p>
<ul>
<li><a href="http://profix.in/buybooks.html">Buy_books</a></li>
<li><a href="http://profix.in/sellbooks.html">Sell_books</a></li>
<li><a href="http://profix.in/attachments.html">Attachments</a></li>
<li><a href="http://profix.in/profix.html">Profix cards</a></li>
</ul>
<ul class="foot"> <!--Following is the list of links-->
<li><a href="http://profix.in/home.html">Home</a></li>
<li><a href="http://profix.in/services.html">Services</a></li>
<li><a href ="http://profix.in/ESaving.html">E-Saving</a></li>
<li><a href="http://profix.in/contact.html">Contact Us</a></li>
</ul>
<ul class="foot">
<li><a href="https://www.facebook.com/Profix-Bookseller-145257969606978/">Fb</a></li>
<li><a href="https://github.com/jiteshrath123">Github</a></li>
<li><a href="https://twitter.com/krutikpathak180">Contact us</a></li>
</ul>
</body>
</html>