4chan-x/captchas.html

30 lines
834 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Captcha complaints</title>
<style>
body > * {
display: block;
text-align: center;
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;
line-height: 2;
}
h1 {
font-size: xx-large;
}
a {
margin: auto;
font-size: x-large;
}
</style>
</head>
<body>
<h1>Complain about broken captcha</h1>
<a target="_blank" href="https://www.4chan.org/feedback">4chan feedback page</a>
<a target="_blank" href="https://twitter.com/intent/tweet?text=%404chan%20%40hiroyuki_ni">Tweet to @4chan and @hiroyuki_ni</a>
<a target="_blank" href="https://groups.google.com/forum/#!forum/recaptcha">reCAPTCHA Google Group</a>
<a target="_blank" href="https://boards.4chan.org/qa/thread/288636">&quot;Post error problem Questionnaire&quot; thread</a>
</body>
</html>