diff options
Diffstat (limited to 'corp/rih/index.html')
-rw-r--r-- | corp/rih/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/corp/rih/index.html b/corp/rih/index.html index b7d1803f1139..4f0f8f36041d 100644 --- a/corp/rih/index.html +++ b/corp/rih/index.html @@ -11,7 +11,8 @@ <!-- Bootstrap --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> + + <!-- Captcha setup --> + <script src="https://smartcaptcha.yandexcloud.net/captcha.js" defer></script> </head> - <body> - </body> </html> |