mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
16 lines
No EOL
378 B
HTML
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> |