Начинающий
- Статус
- Оффлайн
- Регистрация
- 9 Сен 2020
- Сообщения
- 350
- Реакции
- 18
и че я делал смопощию alt + tab и изменил код мне было лень убирать
давай посмотри этот кодПожалуйста, авторизуйтесь для просмотра ссылки.сайта
код:
HTML:
<!DOCTYPE html>
<html lang="ru"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Подтверждение — капча</title>
<style>
body { background: #111; color: #eee; font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin:0; }
.captcha-container { background: #222; padding: 30px; border-radius: 10px; text-align: center; max-width: 400px; width: 90%; }
input, button { padding: 10px; border: none; border-radius: 5px; font-size: 16px; }
button { background: #4CAF50; color: white; cursor: pointer; width: 100%; transition: all 0.3s; }
button:hover { background: #45a049; }
p.error { color: #f44; }
</style>
</head>
<body>
<div class="captcha-container">
<h2>Подтвердите, что вы не робот</h2>
<form method="post">
<label>Сколько будет 10 + 6?</label><br><br>
<input type="number" name="captcha_answer" required="" autofocus="">
<br><br>
<button type="submit">Подтвердить</button>
</form>
</div>
<div id="audd-recorder-marker" style="display: none;"></div></body></html>
в смысле?