mirror of
https://github.com/bitwarden/browser
synced 2024-12-23 08:30:14 +01:00
28de9439be
* [deps] Autofill: Update prettier to v3 * prettier formatting updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
24 lines
728 B
HTML
24 lines
728 B
HTML
<!doctype html>
|
|
<html class="theme_light">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
|
|
/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<title>Bitwarden Captcha Connector</title>
|
|
</head>
|
|
|
|
<body class="layout_frontend">
|
|
<div class="row justify-content-md-center mt-5">
|
|
<div>
|
|
<img src="..//images/logo-dark@2x.png" class="logo mb-2" alt="Bitwarden" />
|
|
<p id="captchaRequired" class="lead text-center mx-4 mb-4">Captcha Required</p>
|
|
<div id="captcha"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|