idraw/examples/board/features/parent.html
2022-04-28 23:46:07 +08:00

22 lines
No EOL
601 B
HTML

<html>
<head>
<style></style>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<style>
.preview {
margin-top: 50px;
margin-left: 100px;
border: 1px solid #666666;
}
</style>
</head>
<body>
<iframe src="./main.html"
frameBorder="0" class="preview" width="500", height="500"></iframe>
<!-- <iframe src="http://127.0.0.1:8081/packages/board/examples/features/main.html"
frameBorder="0" class="preview"
width="600", height="500"></iframe> -->
</body>
</html>