Files
slop-farmer-extension/pages/action_popup.html
Jack Case a4c6ac4aa7 wip
2025-10-20 19:16:10 +00:00

17 lines
662 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script>
<title>Slop Farmer</title>
</head>
<body>
<h1>Hello, world!</h1>
<form action="" method="post">
<label for="email">email:</label>
<input type="email" name="username" required />
<label for="password">password:</label>
<input type="password" name="password" required />
<altcha-widget challengeurl="SERVER_URL/challenge"></altcha-widget>
</form>
</body>