Edit File: index.html
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>{{ _('One moment, please...') }}</title> <style> {% include "style.css" %} </style> </head> <body> <h1>{{ _('Please wait while your request is being verified...') }}</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="get"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> {% include "script.js" %} </script> </body> </html>