diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2014-05-04 18:35:10 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2014-05-04 18:35:10 +0200 |
commit | d8907f11f5c255727b8a814746a0114e5c62e30a (patch) | |
tree | 96b1b1e2531a3043e9ab31e66abdd72507136b1d /www/successful-login.html | |
parent | 36fafa2ae962d6844b6e20ffbbac92ecf36a059d (diff) |
Support Google Apps authentication.
Diffstat (limited to 'www/successful-login.html')
-rw-r--r-- | www/successful-login.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/successful-login.html b/www/successful-login.html new file mode 100644 index 0000000..4f0886c --- /dev/null +++ b/www/successful-login.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <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="jquery/jquery.js"></script> + <script type="text/javascript" src="successful-login.js"></script> +</head> +<body> + <h1>MulkyID Persona Login</h1> + + <p>Success!</p> +</body> +</html> |