updating html pages for alpha
This commit is contained in:
@@ -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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user