<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
    <title>The Game App | One Time Login</title>
    <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
    <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>


</head>

<body>
    <div class="mainDiv">
        <div class="cardStyle" style="display:flex;justify-content:center;padding : 40px;margin :auto">
            <form id="form" style="text-align:center" onstalled="return false">


                <h2 class="formTitle" style="font-weight:600;margin-bottom:40px">
                    One Time Login Credentials
                </h2>

                <div class="inputDiv" style="width : 100%;margin-bottom : 2px ">
                    <h1>Your Email : <%= email %>
                    </h1>
                    <h2>Your Password : <%= password %>
                    </h2>>
                </div>
            </form>
        </div>
    </div>





</body>

</html>