cloudcmd/html/auth.html
2014-12-08 03:53:46 -05:00

16 lines
No EOL
378 B
HTML

<!doctype html>
<html>
<head></head>
<body>
<script>
(function(){
'use strict';
window.addEventListener('message', function(event) {
event.source.postMessage(window.location.search, event.origin);
});
})();
</script>
</body>
</html>