Merge pull request #443 from bunkerity/ui

update antibot and default template
This commit is contained in:
Théophile Diot 2023-04-24 21:05:58 +02:00 committed by GitHub
commit 93c0cd437c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 246 additions and 249 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -226,7 +226,7 @@
<div class="mt-4 lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
</div>
{-raw-}
<form class="hidden" action="{*antibot_uri*}" id="form">
<form method="post" class="hidden" action="{*antibot_uri*}" id="form">
<input type="hidden" name="challenge" id="challenge">
</form>
</div>

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,3 @@
{-raw-}
<!DOCTYPE html>
<html lang="en">
<head>
@ -261,4 +260,3 @@
<!-- end content -->
</body>
</html>
{-raw-}