diff options
Diffstat (limited to 'www/authenticate.html')
-rw-r--r-- | www/authenticate.html | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/www/authenticate.html b/www/authenticate.html index 8123aab..603a596 100644 --- a/www/authenticate.html +++ b/www/authenticate.html @@ -1,39 +1,17 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>Persona IMAP Authentication</title> + <title>MulkyID Persona Login</title> <script type="text/javascript" src="https://login.persona.org/include.js"></script> <script type="text/javascript" src="https://login.persona.org/authentication_api.js"></script> -<!-- - <script type="text/javascript" src="https://dev.diresworb.org/include.js"></script> - <script type="text/javascript" src="https://dev.diresworb.org/authentication_api.js"></script> ---> - <script type="text/javascript" src="jquery/jquery.js"></script> <script type="text/javascript" src="authenticate.js"></script> </head> <body> - <h1>Persona IMAP Login</h1> + <h1>MulkyID Persona Login</h1> - <form action="#" method="POST" id="auth-form"> - <table> - <tbody> - <tr> - <td>E-Mail: </td> - <td><input type="text" id="email" name="email" disabled="disabled"></input></td> - </tr> - <tr> - <td>Password: </td> - <td><input type="password" id="password" name="password"></input></td> - </tr> - </tbody> - </table> - <div class="button-box"> - <button class="cancel">Cancel</button> - <input type="submit" value="Log in"></input> - </div> - </form> + <p>Logging in...</p> </body> </html> |