forked from Gitlink/forgeplus-react
16 lines
816 B
HTML
16 lines
816 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<!-- <iframe width="100%" height="600" src="https://g.alicdn.com/aliyun/ecs-console-vnc2/0.0.8/index.html?vncUrl=wss%3A%2F%2Fbj01-vncproxy.aliyun.com%2Fwebsockify%2F%3Fs%3DJuF0%252B8RKCwBG4VwVjHZHVYzVeuJmEul%252BUT1tuAjFKvXw7z8aDIauMJHPlEUlhuz5&instanceId=i-2ze4yef5dc0rvu7u7qcz&isWindows=true&password=Aa1111"></iframe> -->
|
|
<script>
|
|
window.onload = function(){
|
|
var target = parent.postMessage ? parent : (parent.document.postMessage ? parent.document : undefined);
|
|
target.postMessage({height:document.getElementById("notebook").scrollHeight,type:"editHeight"}, "*");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |