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>
<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>
<!-- <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>
@@ -12,6 +12,6 @@
<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>
<input type="submit" value="login" />
</form>
</body>