mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 00:33:16 +00:00
21 lines
525 B
HTML
21 lines
525 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<div style="width: 304px; height: 78px;">
|
|
<iframe
|
|
title="mCaptcha"
|
|
src="<.= crate::WIDGET_ROUTES.verification_widget .>/?sitekey=<.= ROOT_KEY.>"
|
|
role="presentation"
|
|
name="mcaptcha-widget__iframe"
|
|
id="mcaptcha-widget__iframe"
|
|
scrolling="no"
|
|
sandbox="allow-same-origin allow-scripts"
|
|
width="304"
|
|
height="78"
|
|
frameborder="0"
|
|
></iframe>
|
|
</div>
|