forked from zhanghe06/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtc.html
More file actions
23 lines (23 loc) · 667 Bytes
/
tc.html
File metadata and controls
23 lines (23 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="/static/js/jquery/jquery.min.js"></script>
<script type="text/javascript" src="{{ static_url('js/58.js') }}"></script>
<script type="text/javascript" src="{{ static_url('js/58_encrypt.js') }}"></script>
</head>
<body>
<form action="" method="post">
<label>
时间戳:
<input type="text" name="timesign" value="1411093354365"/>
</label>
<label>
密码:
<input type="text" name="password" value="zxcvbnm"/>
</label>
<input type="submit" value="提交" />
</form>
</body>
</html>