-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyjson.html
40 lines (29 loc) · 1.24 KB
/
pyjson.html
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
35
36
37
38
39
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- '''
Author:yuzg667
https://github.com/yuzg667/django_python_json_analysis
''' -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>json½âÎö-ÈËÔÆÒàÔÆ</title>
<link rel="shortcut icon" href="/static/common/img/favicon.png" />
<link rel="stylesheet" type="text/css" href="/static/knowledge/css/content.css">
<script type="text/javascript" src="/static/knowledge/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="/static/knowledge/js/index.js"></script>
<link href="http://pic.hellotom.top/cssbootstrap.min.css" rel="stylesheet" />
<link href="http://pic.hellotom.top/csscommon.min.css" rel="stylesheet" />
<style>
body{
text-align:center;
}
</style>
</head>
<body>
<form action="/tools-pyjson" method="post">
<textarea class='comments' type="text" name="q" cols="100" rows="40">{{form_commit}}</textarea>
<input type="submit" value=">½âÎö>" >
<textarea class='comments' type=¡°text" name="rslt" value="" cols="100" rows="40">{{ message }}</textarea>
</form>
</body>
</html>