aboutsummaryrefslogtreecommitdiff
path: root/www/failed-login.html
blob: 9838d216ef8a9ea9d8516e8afc461fa3486622ae (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="failed-login.js"></script>
</head>
<body>
  <h1>MulkyID Persona Login</h1>

  <p>Login failure!</p>
</body>
</html>