blob: 2ef067ea43e1bd78f5fb4a41298e38ba10b4688b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test Login Manager notifications</title>
</head>
<body>
<h2>Test Login Manager notifications</h2>
<form id="form" action="formsubmit.sjs">
<input id="user" name="user" type="text">
<input id="pass" name="pass" type="password">
<button type='submit'>Submit</button>
</form>
</body>
</html>
|