mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
22 lines
No EOL
603 B
HTML
22 lines
No EOL
603 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: 60px;
|
|
margin-left: 100px;
|
|
border: 1px solid #666666;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<iframe src="./parent.html"
|
|
frameBorder="0" class="preview" width="700", height="600"></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> |