-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shopping.html
18 lines (18 loc) · 937 Bytes
/
Shopping.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shopping</title>
</head>
<body>
<h1><font color="Dark red" size="+5">Any Shopping from our Sites</font></h1>
<a href="http://amazon.com" target="_blank"><font color="red" size="+5">Amazon</font></a>
<li><font size="+3" color="baby pink">Here you purchase any item on your demand & choices</font></li>
<h1><font color="pink" size="+5">Any Shopping from our Sites</font></h1>
<a href="http://flipkart.com" target="_blank"><font color="blue" size="+5">Flipkart</font></a>
<li><font size="+3" color="baby pink">Here you purchase any item on your demand & choices</font></li>
<h1><font color="pink" size="+5">Any Shopping from our Sites</font></h1>
<a href="http://91mobiles.com" target="_blank"><font color="Dark red" size="+5">Mobile Stores</font></a>
<li><font color="Dark red" size="+3">Here you purchase any item on your demand & choices</font></li>
</body>
</html>