updating html pages for alpha
This commit is contained in:
@@ -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>
|
||||
@@ -3,11 +3,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<form action="" method="post">
|
||||
<!-- <form action="" method="post">
|
||||
<altcha-widget challengeurl="SERVER_URL/challenge" auto="onload"></altcha-widget>
|
||||
</form>
|
||||
</form> -->
|
||||
</body>
|
||||
Reference in New Issue
Block a user