mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
16 lines
411 B
HTML
16 lines
411 B
HTML
<!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> |