-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathno_submit.html
More file actions
34 lines (27 loc) · 802 Bytes
/
no_submit.html
File metadata and controls
34 lines (27 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=320; user-scalable=no; initial-scale=1.0; maximum-scale=1.0" />
<title>Pattern Lock</title>
<link rel="stylesheet" type="text/css" href="_style/patternlock.css"/>
<script src="_script/patternlock.js"></script>
<style>
body{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
h2{
margin-bottom: 4px;
}
</style>
</head>
<body>
<h2>No autosubmit</h2>
(when no submit button is present)
<br><br>
<div>
<input type="password" id="password" name="password" class="patternlock" />
</div>
</body>
</html>