-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (43 loc) · 2.33 KB
/
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
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<title>DNC Payment Gateway</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<header>
<img id="head-img"src="https://static.wixstatic.com/media/7aa367_4c8148ce979e411480161ff78f3832fc~mv2.png/v1/crop/x_90,y_148,w_536,h_217/fill/w_279,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/dnc_logo_original.png">
<h1>DNC Chit Payment</h1>
<hr>
</header>
</head>
<br>
<br>
<body>
<h2>Choose your Region 👇</h2>
<div class="cards">
<div onclick="location.href='/krishnagiti/index.html';" style="cursor: pointer;"id="card-element">
<p id="k">Krishnagiri</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/KRP_Dam.jpg/330px-KRP_Dam.jpg" >
</div>
<div onclick="location.href='/salem/index.html';" style="cursor: pointer;"id="card-element">
<p id="s">Salem</p>
<img src="https://i.pinimg.com/originals/4c/74/84/4c74849a1fc937230b71734560d0b28a.jpg" >
</div>
<div onclick="location.href='/chennai/index.html';" style="cursor: pointer;"id="card-element">
<p id="ch">Chennai</p>
<img src="https://media.istockphoto.com/id/1226340114/photo/puratchi-thalaivar-dr-mgr-central-railway-station-chennai-central-railway-station-india.jpg?s=612x612&w=0&k=20&c=lZjBnWBBoLiApWZUUWP1Vl3XAVdKjYMcgGpItXv_L14=" >
</div>
<div onclick="location.href='/coimbatore/index.html';" style="cursor: pointer;"id="card-element">
<p id="co">Coimbatore</p>
<img src="https://images.unsplash.com/photo-1561006289-4fe1a09bf743?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8Y29pbWJhdG9yZXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60" >
</div>
</div>
<!--<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_LgPOdeqLK1ZdVt" async> </script> </form>
-->
<script src="script.js" async defer></script>
</body>
</html>