aboutsummaryrefslogtreecommitdiff
path: root/www/successful-login.html
blob: 4f0886c00158423958d36a909051f41c0a16247e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>