mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add oschina
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head lang="en">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title></title>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var url = 'https://www.oschina.net/action/oauth2/authorize?response_type=code&client_id=';
|
||||||
|
url += 'RxWTp5EBfWDOwuFWnEy6';
|
||||||
|
url += '&redirect_uri=http://vczero.github.io/oschina/oauth2.html';
|
||||||
|
location.href = url;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user