mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge pull request #443 from bunkerity/ui
update antibot and default template
This commit is contained in:
commit
93c0cd437c
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
|
|
@ -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
|
|
@ -1,4 +1,3 @@
|
|||
{-raw-}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
@ -261,4 +260,3 @@
|
|||
<!-- end content -->
|
||||
</body>
|
||||
</html>
|
||||
{-raw-}
|
||||
|
|
|
|||
Loading…
Reference in a new issue