-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 949 Bytes
/
index.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
<head>
<link rel="stylesheet" href="style.css">
</head
<body>
<div class="parent">
<h2 style="text-align:center"> Sign up using my referal links below </h2>
<div class="child">
<a href="https://zerodha.com/open-account?c=TQ1314">
<img src="zerodha.svg"
alt="Join Zerodha"
width="120px;"
height="60px"/>
</a>
</div>
<div class="child">
<a href="https://bv7np.app.goo.gl/DwK3">
<img src="upstox.png"
alt="Join UPSTOX"
width="120px;"
height="40px"/>
</a>
</div>
<div class="child">
<a href="https://tinyurl.com/yj3ppmc8">
<img src="angel_broking.jfif"
alt="Join Zerodha"
width="120px;"
height="70"/>
</a>
</div>
<div class="child">
<a href="https://t.me/joinchat/mU7cvPYolGZiMjRl">
<img src="telegram.jfif"
alt="Join Zerodha"
width="120px;"
height="70"/>
</a>
</div>
</div>
</body>