humungus - anticrawl

i am gravely disappointed

just walk away and there will be an end to the horror

overview - files - changes

viewing file: anticrawl/ challenge.html

view - history - annotated - download

<!doctype html>
<html>
<head>
<style>
html {
	--fg: #000;
	--bg: #fda;
}
@media (prefers-color-scheme: dark) {
html {
	--fg: #f0d;
	--bg: #000;
}
}
body {
	color: var(--fg);
	background: var(--bg);
	font-size: 24px;
	margin: 2em;
}
button, input {
	color: var(--fg);
	background: var(--bg);
	font-size: 1em;
	border: 2px solid var(--fg);
	box-sizing: border-box;
	margin: 0.15em;
	padding: 0.25em;
}
input[type=checkbox] {
    transform: scale(2);
    width: 2em;
    margin: 1em;
}
</style>
</head>
<body>
<p>
Congrats on unlocking a bonus quiz.
<form id="theform" action="/anticrawl-challenge" method="POST">
<input type="hidden" name="nexturl" value="NEXTURL">
<p>
QUESTION
<p>
ANSWERS
<p>
<button>submit</button>
</form>