updating html pages for alpha

This commit is contained in:
Jack Case
2025-10-25 09:04:22 -04:00
parent 0a62f61068
commit 0cf4d5253e
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> <!-- <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> <!-- <script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> -->
<title>Slop Farmer</title> <title>Slop Farmer</title>
</head> </head>
<body> <body>
@@ -12,6 +12,6 @@
<input type="email" name="username" required /> <input type="email" name="username" required />
<label for="password">password:</label> <label for="password">password:</label>
<input type="password" name="password" required /> <input type="password" name="password" required />
<altcha-widget challengeurl="SERVER_URL/challenge"></altcha-widget> <input type="submit" value="login" />
</form> </form>
</body> </body>

View File

@@ -3,11 +3,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<script async src="scripts/report-slop.js" type="module"></script> <script async src="scripts/report-slop.js" type="module"></script>
<script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> <!-- <script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> -->
<title>Slop Farmer</title> <title>Slop Farmer</title>
</head> </head>
<body> <body>
<form action="" method="post"> <!-- <form action="" method="post">
<altcha-widget challengeurl="SERVER_URL/challenge" auto="onload"></altcha-widget> <altcha-widget challengeurl="SERVER_URL/challenge" auto="onload"></altcha-widget>
</form> </form> -->
</body> </body>