mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
17 lines
No EOL
350 B
HTML
17 lines
No EOL
350 B
HTML
<!doctype html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script>
|
|
(function() {
|
|
'use strict';
|
|
|
|
window.opener
|
|
.CloudCmd
|
|
.GitHub
|
|
.authorize(window.location.search);
|
|
})();
|
|
|
|
</script>
|
|
</body>
|
|
</html> |