Skip to content

Commit 7fb8c8d

Browse files
committed
adding recaptcha
1 parent 08ef85b commit 7fb8c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airdrop/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
</style>
5353
<link rel="shortcut icon" type="image/x-icon" href="./favicon.png">
54+
<script src='https://www.google.com/recaptcha/api.js'></script>
5455
</head>
5556
<body style="background-color: #242733">
5657
<nav class=" navbar-expand-lg navbar fixed-top navbar-dark bg-dark">
@@ -155,6 +156,7 @@ <h5 class="modal-title" id="exampleModalLabel">WITHDRAW</h5>
155156
<div class="col-lg-6 col-md-6 col-sm-8">
156157
<div class="form-group">
157158
<br>
159+
<div class="g-recaptcha" data-sitekey="6LdqTm8UAAAAAI_oKKCEVoIHz1AXVkLpS34HacjH"></div>
158160
<center> <label style="color: white;font-size: 150%; opacity:0.83" for="exampleInputEmail1">ERC20 Address</label></center>
159161
<input type="text" class="form-control shadow" id="erc-input" aria-describedby="emailHelp" style="opacity:0.83;
160162
text-align:center;" spellcheck="false" placeholder="Enter the token contract address" oninput="getTokenInfo()">

0 commit comments

Comments
 (0)