Initial snapshot.

This commit is contained in:
Ian Gulliver
2014-03-25 13:43:11 -07:00
commit c99c171dbc
17 changed files with 1140 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<html>
<head>
<script type="text/javascript">
window.opener.postMessage('logout_complete', window.location.origin);
window.close();
</script>
</head>
</html>