start on checking slop on search result pages

This commit is contained in:
Jack Case
2025-10-20 15:03:29 +00:00
parent e829a82b29
commit fc8d0218c7
4 changed files with 47 additions and 0 deletions

15
pages/action_popup.html Normal file
View File

@@ -0,0 +1,15 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<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 />
</form>
</body>