<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>

    <!-- <link rel="stylesheet" type="text/css" th:href="@{/css/main.css}"/>-->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Verify</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    <link href="/css/main.css" rel="stylesheet">
</head>
<body>
<div class="login-form">
    <!--these should appear only if usePassword is enabled for RealmBean-->

    <!--these should appear only if useCAPTCHA is enabled for RealmBean-->
    <div class="form-group">
        <form action="/user-verification" method="post" >
            <form path = "usePassword" value = "true" />

            <div class="form-group">
                
                
            </div>
            <div class="form-group">
                <input class="form-control" type="hidden" name="host"
                       value="">
                <input class="form-control" type="hidden" name="key"
                       value="sitemap.xml">
            </div>

<!--            <div class="form-group">
                <div class="g-recaptcha"
                     th:attr="data-sitekey=${sitekey}">
                </div>
            </div>-->

            <div class="form-group">
                <p>Not found</p>
                
                
            </div>
        </form>
    </div>


</div>

</body>
</html>