-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcheckOAUTH.html
61 lines (56 loc) · 2 KB
/
checkOAUTH.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>fromone | to be unique</title>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/reset.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/common.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/zxx.lib.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/lib/jscrollpane/jquery.jscrollpane.css"></link>
<link rel="stylesheet" href="/fromone/stylesheets/fromone.css"></link>
<script src="/fromone/lib/react.js"></script>
<script src="/fromone/lib/jquery-1.10.2.min.js"></script>
<script src="/fromone/lib/jscrollpane/jquery.mousewheel.js"></script>
<script src="/fromone/lib/jscrollpane/mwheelIntent.js"></script>
<script src="/fromone/lib/jscrollpane/jquery.jscrollpane.min.js"></script>
<script src="/fromone/lib/lodash.min.js"></script>
<script src="/fromone/map_post.js"></script>
<script src="/fromone/lib/fromreact.js"></script>
<script src="/fromone/lib/fromone.debug.js"></script>
</head>
<!-- main-screen -->
<body class="checkOAUTH" data-model="checkOAUTH" data-level="1" data-type="null" data-url="checkOAUTH"><script>
$.getToken();
</script>
<ul class="full-screen">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="loading-area">
<div class="spinner">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<aside>loading</aside>
</div>
</div>
<div class="modal-area">
<div class="modal-box">
<!-- <iframe src="https://changyan.sohu.com/api/oauth2/authorize?client_id=cyrCA2YHb&redirect_uri=http://yansm.github.io/fromone/checkOAUTH.html&response_type=code&platform_id=3"> -->
</div>
</div>
</body>
</html>