-
Notifications
You must be signed in to change notification settings - Fork 0
/
profix25_t&c.html
40 lines (27 loc) · 1.02 KB
/
profix25_t&c.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
<!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>Terms & cond.</h1>
<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>